From 0385f3465918bdd4fcf5ca557da8b3e8e3d66ecd Mon Sep 17 00:00:00 2001 From: Tomasz Muras Date: Fri, 1 Sep 2023 11:35:58 +0200 Subject: [PATCH] Version bump to 1.13 --- moosh.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moosh.php b/moosh.php index 8903210e..504b81fe 100755 --- a/moosh.php +++ b/moosh.php @@ -32,7 +32,7 @@ use GetOptionKit\ContinuousOptionParser; use GetOptionKit\OptionCollection; -define('MOOSH_VERSION', '1.12'); +define('MOOSH_VERSION', '1.13'); define('MOODLE_INTERNAL', true); $appspecs = new OptionCollection;