diff --git a/version.php b/version.php index 0775f256..09c96eeb 100755 --- a/version.php +++ b/version.php @@ -30,5 +30,5 @@ $plugin->requires = 2018120300; // Requires Moodle 3.6. $plugin->cron = 60; // Period for cron to check this module (secs). $plugin->component = 'mod_mootyper'; -$plugin->maturity = MATURITY_STALE; +$plugin->maturity = MATURITY_STABLE; $plugin->release = '4.2.2 (Build: 2023011800)';