From c6e226157d0c00d1fee37419b1ec75124a5c6c0a Mon Sep 17 00:00:00 2001 From: Markus Heck Date: Wed, 8 Nov 2023 13:35:38 +0100 Subject: [PATCH] bump plugin versions for RC --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index e6e42be..d464567 100644 --- a/version.php +++ b/version.php @@ -21,11 +21,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023110600; +$plugin->version = 2023110800; $plugin->requires = 2021051712.05; // Moodle version $plugin->component = 'local_adler'; $plugin->maturity = MATURITY_ALPHA; -$plugin->release = '2.0.0-rc.1_dev'; +$plugin->release = '2.0.0-rc.2'; $plugin->dependencies = array( 'availability_adler' => ANY_VERSION, );