From fba24a972c9e5c5943779f8a1da90812983094fd Mon Sep 17 00:00:00 2001 From: Lai Wei Date: Thu, 17 Oct 2024 10:04:14 +0100 Subject: [PATCH] Update plugin versions for 4.1.9 release --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index dd49021..318bc82 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022112836; +$plugin->version = 2022112840; $plugin->requires = 2022112800; -$plugin->release = '4.1.7'; +$plugin->release = '4.1.9'; $plugin->component = 'auth_oidc'; $plugin->maturity = MATURITY_STABLE;