From e8643c42296a1c0fad8fbff9f9a833e2411f71d4 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Thu, 22 Mar 2018 20:28:25 +1300 Subject: [PATCH] bump version. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index e5d5b8c..e371694 100644 --- a/version.php +++ b/version.php @@ -23,7 +23,7 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2018022204; +$plugin->version = 2018032200; $plugin->requires = 2017102700; // Requires 3.4. $plugin->release = '3.4.4'; $plugin->maturity = MATURITY_ALPHA;