From 0c09c6bd4ae5889b2a2cf21c2c1bb52695148cce Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Sat, 14 Oct 2023 21:45:42 +0200 Subject: [PATCH] Release v4.1-r2 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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;