From 08a82cbbf4f75562d6eaa7c515ae5ba2fca779fd Mon Sep 17 00:00:00 2001 From: Michael de Raadt Date: Tue, 5 Sep 2017 12:33:39 +1000 Subject: [PATCH] CONTRIB-6923 block_completion_progress Fix non-compliant tests --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 9416bca..e87358c 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2017090100; +$plugin->version = 2017090500; $plugin->requires = 2014111100; // Moodle 2.8. $plugin->maturity = MATURITY_STABLE; $plugin->release = 'Version for Moodle 2.8 onwards';