From 141b24c3842dda0e30efc8b4400def274f0ea964 Mon Sep 17 00:00:00 2001 From: AL Rachels Date: Wed, 18 Jan 2023 11:30:37 -0600 Subject: [PATCH] Update version.php --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)';