From 267a947b41cb8c8e76dda7b9550154d1495b71dd Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Thu, 22 Mar 2018 20:31:17 +1300 Subject: [PATCH] bump version. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index fdbdc34..61a2af3 100644 --- a/version.php +++ b/version.php @@ -23,7 +23,7 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2016121328; +$plugin->version = 2016121329; $plugin->requires = 2016111800; $plugin->release = '3.2.20'; $plugin->maturity = MATURITY_STABLE;