diff --git a/version.php b/version.php index ee71b86..16ee204 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2020010800; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2020011300; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2018051700; // Requires this Moodle version. $plugin->component = 'format_multitopic'; // Full name of the plugin (used for diagnostics). // CHANGED: format name. -$plugin->maturity = MATURITY_STABLE; -$plugin->release = 'v1.1'; \ No newline at end of file +$plugin->maturity = MATURITY_RC; +$plugin->release = 'v1.1.1-rc1'; \ No newline at end of file