From 368a27d096780ad3fc6e9115da1da1bee780f14b Mon Sep 17 00:00:00 2001 From: Nicolas Dunand Date: Fri, 10 Nov 2017 09:47:55 +0100 Subject: [PATCH] Bumped version number for new release --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 5d4ed20..2ad8d02 100644 --- a/version.php +++ b/version.php @@ -26,10 +26,10 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017092100; +$plugin->version = 2017111000; $plugin->requires = 2014050800; // Moodle 2.7 $plugin->maturity = MATURITY_STABLE; -$plugin->release = '1.9.7 for Moodle 2.7-3.3 (Build: 2017092100)'; +$plugin->release = '1.9.8 for Moodle 2.7-3.3 (Build: 2017111000)'; $plugin->component = 'mod_choicegroup'; $plugin->cron = 0;