From a873f0dbe4681fa163466cc66385e574c719acaa Mon Sep 17 00:00:00 2001 From: Lai Wei Date: Tue, 21 Jun 2022 10:57:18 +0100 Subject: [PATCH] Update plugin versions for 3.11.4 release --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 9c77102..8dd16d7 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2021051721; +$plugin->version = 2021051725; $plugin->requires = 2021051700; -$plugin->release = '3.11.3'; +$plugin->release = '3.11.4'; $plugin->component = 'auth_oidc'; $plugin->maturity = MATURITY_STABLE;