From f2897f5d0b5cc7a78a65b340b399fbd35c5c589e Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Tue, 2 May 2017 12:42:08 +1200 Subject: [PATCH] bump version for 3.3 plugins db release. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index bd5c69e..b304e2c 100644 --- a/version.php +++ b/version.php @@ -23,7 +23,7 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017050100; +$plugin->version = 2017050200; $plugin->requires = 2017011900; $plugin->release = '3.3.4'; $plugin->maturity = MATURITY_STABLE;