From e2548f210b9ceb8fc43be14ef44b04e70e71fe63 Mon Sep 17 00:00:00 2001 From: Tomasz Muras Date: Wed, 25 Apr 2018 13:50:59 +0200 Subject: [PATCH] Version bump to 0.26 --- moosh.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moosh.php b/moosh.php index f42a66df..8b24983c 100755 --- a/moosh.php +++ b/moosh.php @@ -37,7 +37,7 @@ @error_reporting(E_ALL | E_STRICT); @ini_set('display_errors', '1'); -define('MOOSH_VERSION', '0.25'); +define('MOOSH_VERSION', '0.26'); define('MOODLE_INTERNAL', true); $appspecs = new OptionCollection;