From a98853683fb6d0ca17e141d296d10db1bf693308 Mon Sep 17 00:00:00 2001 From: Markus Date: Tue, 3 Dec 2024 21:50:49 +0100 Subject: [PATCH] bump version to 5.0.0 --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 51d494e..02c5466 100644 --- a/version.php +++ b/version.php @@ -21,11 +21,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024102200; +$plugin->version = 2024120300; $plugin->requires = 2024042200; // Moodle version $plugin->component = 'local_adler'; -$plugin->release = '5.0.0-rc.2'; -$plugin->maturity = MATURITY_RC; +$plugin->release = '5.0.0'; +$plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array( 'local_logging' => ANY_VERSION, );