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