diff --git a/CHANGES.md b/CHANGES.md index 2982b6f..1b6d20b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-local_bulkenrol Changes ------- -### Unreleased +### v4.3-r2 * 2024-08-19 - Fix a behat test which broke recently * 2024-08-11 - Add section for scheduled tasks to README diff --git a/version.php b/version.php index 8cb33e0..7264663 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_bulkenrol'; -$plugin->version = 2023102000; -$plugin->release = 'v4.3-r1'; +$plugin->version = 2023102001; +$plugin->release = 'v4.3-r2'; $plugin->requires = 2023100900; $plugin->supported = [403, 403]; $plugin->maturity = MATURITY_STABLE;