From be48371a17e7882fa40fb0aad989366dbfb9adac Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Thu, 11 May 2017 12:06:12 +1200 Subject: [PATCH] bump version to clear css cache. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index a646096..55ab7bd 100644 --- a/version.php +++ b/version.php @@ -23,7 +23,7 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2016121307; +$plugin->version = 2016121308; $plugin->requires = 2016111800; $plugin->release = '3.2.7'; $plugin->maturity = MATURITY_STABLE;