From e3db81f0d534e767d6ccc97515bed26f8c868bb3 Mon Sep 17 00:00:00 2001 From: Tomasz Muras Date: Tue, 16 May 2023 10:11:54 +0200 Subject: [PATCH] Version bump to 1.11 --- moosh.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moosh.php b/moosh.php index 80532a44..7e214e10 100755 --- a/moosh.php +++ b/moosh.php @@ -32,7 +32,7 @@ use GetOptionKit\ContinuousOptionParser; use GetOptionKit\OptionCollection; -define('MOOSH_VERSION', '1.10'); +define('MOOSH_VERSION', '1.11'); define('MOODLE_INTERNAL', true); $appspecs = new OptionCollection;