diff --git a/version.php b/version.php index 2fe47c6..a1b48e6 100755 --- a/version.php +++ b/version.php @@ -24,9 +24,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2018091207; // The current module version (Date: YYYYMMDDXX) +$plugin->version = 2018091210; // The current module version (Date: YYYYMMDDXX) $plugin->requires = 2016052304; // Moodle 3.1 (or above) $plugin->cron = 0; // Period in seconds for cron to run. $plugin->component = 'mod_jazzquiz'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '0.8.2 (Build: 2018091207)'; +$plugin->release = '0.9.0 (Build: 2018091210)';