From 35c1712ed404923a8eabfd25f812dd7a1b63fa5f Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Mon, 29 May 2017 12:31:52 +1200 Subject: [PATCH] bump version to match block requirements. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 5f0e12a..375a1cd 100644 --- a/version.php +++ b/version.php @@ -23,7 +23,7 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2016121312; +$plugin->version = 2016121313; $plugin->requires = 2016111800; $plugin->release = '3.2.11'; $plugin->maturity = MATURITY_STABLE;