From b54d8577c629ee99f64ec003e9f9c400782301e7 Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Sat, 23 Nov 2024 10:51:23 +0100 Subject: [PATCH] Release v4.3-r2 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e37327b..9c5f6e7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-tool_directsso Changes ------- -### Unreleased +### v4.3-r2 * 2024-11-23 - Make codechecker happy again diff --git a/version.php b/version.php index d36e07a..b5d850d 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_directsso'; -$plugin->version = 2023100900; -$plugin->release = 'v4.3-r1'; +$plugin->version = 2023100901; +$plugin->release = 'v4.3-r2'; $plugin->requires = 2023100900; $plugin->supported = [403, 403]; $plugin->maturity = MATURITY_STABLE;