diff --git a/version.php b/version.php index d28cb43..a5af969 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2018050800; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2018112100; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2015111000; // Requires this Moodle version. $plugin->component = 'block_groups'; // Full name of the plugin (used for diagnostics). -$plugin->release = 'v3.5-r2'; -$plugin->maturity = MATURITY_STABLE; \ No newline at end of file +$plugin->release = 'v3.6-r1'; +$plugin->maturity = MATURITY_STABLE;