From 0fc54f12b3f811d705ab060c5552c6a93aed0775 Mon Sep 17 00:00:00 2001 From: Tomasz Muras Date: Fri, 4 Aug 2023 16:00:59 +0200 Subject: [PATCH] Version bump to 1.12 --- moosh.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moosh.php b/moosh.php index 7e214e10..8903210e 100755 --- a/moosh.php +++ b/moosh.php @@ -32,7 +32,7 @@ use GetOptionKit\ContinuousOptionParser; use GetOptionKit\OptionCollection; -define('MOOSH_VERSION', '1.11'); +define('MOOSH_VERSION', '1.12'); define('MOODLE_INTERNAL', true); $appspecs = new OptionCollection;