From 3f6bbe7784f5db0e1440c4b1aba49c7c30fd25fd Mon Sep 17 00:00:00 2001 From: Nicolas Martignoni Date: Sun, 27 Oct 2024 20:24:01 +0100 Subject: [PATCH] Update version date and release for current version - See issue #146. --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 997efed..3df533c 100644 --- a/version.php +++ b/version.php @@ -26,9 +26,9 @@ $plugin = new stdClass(); -$plugin->version = 2024101300; -$plugin->release = '2.18.1'; +$plugin->version = 2024102700; +$plugin->release = '2.18.2-beta'; $plugin->requires = 2018120300; $plugin->supported = [404, 405]; -$plugin->maturity = MATURITY_STABLE; +$plugin->maturity = MATURITY_BETA; $plugin->component = 'tool_moodlebox';