From abf205abfa563359cdc44d4cf3a1598d0a877a87 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Thu, 22 Mar 2018 20:30:02 +1300 Subject: [PATCH] bump version. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 55161c7..e5d142a 100644 --- a/version.php +++ b/version.php @@ -23,7 +23,7 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017112005; +$plugin->version = 2017112006; $plugin->requires = 2017102700; // Requires 3.4. $plugin->release = '3.4.4'; $plugin->maturity = MATURITY_STABLE;