diff --git a/CHANGES.md b/CHANGES.md index 9fd6814..3fb7cc9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-auth_ldap_syncplus Changes ------- -### Unreleased +### v4.1-r4 * 2024-11-12 - Improvement: Change location of event observer code, resolves #26 diff --git a/version.php b/version.php index ff5193c..3b9648e 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'auth_ldap_syncplus'; -$plugin->version = 2023010503; -$plugin->release = 'v4.1-r3'; +$plugin->version = 2023010504; +$plugin->release = 'v4.1-r4'; $plugin->requires = 2022112800; $plugin->supported = [401, 401]; $plugin->maturity = MATURITY_STABLE;