From 8ea0c30741db8a6cc808570c9933622de05d5579 Mon Sep 17 00:00:00 2001 From: Tomasz Muras Date: Thu, 7 Sep 2023 17:12:53 +0200 Subject: [PATCH] Version bump to 1.14 --- moosh.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moosh.php b/moosh.php index 504b81fe..70f19c6e 100755 --- a/moosh.php +++ b/moosh.php @@ -32,7 +32,7 @@ use GetOptionKit\ContinuousOptionParser; use GetOptionKit\OptionCollection; -define('MOOSH_VERSION', '1.13'); +define('MOOSH_VERSION', '1.14'); define('MOODLE_INTERNAL', true); $appspecs = new OptionCollection;