From 57345343d031d12ffeea4dc9a66c08022d12a593 Mon Sep 17 00:00:00 2001 From: Lai Wei Date: Fri, 12 Apr 2024 12:33:06 +0100 Subject: [PATCH] Update plugin versions for 4.1.6 release --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 75966cb8a..3a8a743fb 100644 --- a/version.php +++ b/version.php @@ -26,11 +26,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022112826; +$plugin->version = 2022112830; $plugin->requires = 2022112800; -$plugin->release = '4.1.5'; +$plugin->release = '4.1.6'; $plugin->component = 'local_o365'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'auth_oidc' => 2022112825, + 'auth_oidc' => 2022112830, ];