From 4beeef0a128a6877b113e43ff215f2dfdd9544fd Mon Sep 17 00:00:00 2001 From: Tomek Muras Date: Wed, 6 Oct 2021 10:49:08 +0200 Subject: [PATCH] Version bump to 1.2 --- moosh.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moosh.php b/moosh.php index 721f7e30..581fcf30 100755 --- a/moosh.php +++ b/moosh.php @@ -36,7 +36,7 @@ @error_reporting(E_ALL | E_STRICT); @ini_set('display_errors', '1'); -define('MOOSH_VERSION', '1.1'); +define('MOOSH_VERSION', '1.2'); define('MOODLE_INTERNAL', true); $appspecs = new OptionCollection;