diff --git a/version.php b/version.php index bc89216..8156f81 100644 --- a/version.php +++ b/version.php @@ -21,11 +21,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024100100; +$plugin->version = 2024101000; $plugin->requires = 2022112800; // Moodle version $plugin->component = 'local_adler'; -$plugin->release = '4.0.0-rc.2'; -$plugin->maturity = MATURITY_RC; +$plugin->release = '4.0.1'; +$plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array( 'local_logging' => ANY_VERSION, );