From 8f2b5fc51bfafc5c17728d9b565e5b303fde2cd0 Mon Sep 17 00:00:00 2001 From: Lai Wei Date: Mon, 1 Jul 2024 17:09:07 +0100 Subject: [PATCH] Update plugin versions for 4.1.7 release --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 10e654b6..3847018e 100644 --- a/version.php +++ b/version.php @@ -26,11 +26,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022112832; +$plugin->version = 2022112835; $plugin->requires = 2022112800; -$plugin->release = '4.1.6'; +$plugin->release = '4.1.7'; $plugin->component = 'local_o365'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'auth_oidc' => 2022112830, + 'auth_oidc' => 2022112835, ];