From 4139af0ba41d89f51f313e2626160b820fb71bd9 Mon Sep 17 00:00:00 2001 From: tomasz Date: Wed, 11 Oct 2017 15:38:02 +0200 Subject: [PATCH] Version bump to 0.25 --- moosh.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moosh.php b/moosh.php index a2936a90..80226d3c 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.24'); +define('MOOSH_VERSION', '0.25'); define('MOODLE_INTERNAL', true); $appspecs = new OptionCollection;