From de42fdc38e053597e1d1bc5df2094f3b4cfada16 Mon Sep 17 00:00:00 2001 From: Lai Wei Date: Thu, 17 Oct 2024 11:01:36 +0100 Subject: [PATCH] Update plugin versions for 4.3.6 release --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index aaf206d..fb41e6e 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023100921; +$plugin->version = 2023100925; $plugin->requires = 2023100900; -$plugin->release = '4.3.4'; +$plugin->release = '4.3.6'; $plugin->component = 'auth_oidc'; $plugin->maturity = MATURITY_STABLE;