diff --git a/CHANGES.md b/CHANGES.md index d5ffe1c..02bf9f5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-auth_ldap_syncplus Changes ------- -### Unreleased +### v4.1-r2 * 2023-10-14 - Add automated release to moodle.org/plugins * 2023-10-14 - Make codechecker happy again diff --git a/version.php b/version.php index 849c574..b801321 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'auth_ldap_syncplus'; -$plugin->version = 2023010500; -$plugin->release = 'v4.1-r1'; +$plugin->version = 2023010501; +$plugin->release = 'v4.1-r2'; $plugin->requires = 2022112800; $plugin->supported = [401, 401]; $plugin->maturity = MATURITY_STABLE;