From 7a056860b08d8867b62e3666ebbef7cc20fbb758 Mon Sep 17 00:00:00 2001 From: drachels Date: Sun, 9 Aug 2020 10:43:03 -0500 Subject: [PATCH] Switch from beta to stable. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index fda48c3b..1952ec63 100755 --- a/version.php +++ b/version.php @@ -30,5 +30,5 @@ $plugin->requires = 2014051200; // Requires Moodle 2.7. $plugin->cron = 60; // Period for cron to check this module (secs). $plugin->component = 'mod_mootyper'; -$plugin->maturity = MATURITY_BETA; +$plugin->maturity = MATURITY_STABLE; $plugin->release = '3.9.2 (Build: 2020073100)';