From 9bb561626442efe531a090c0ce28dc731f933472 Mon Sep 17 00:00:00 2001 From: Lai Wei Date: Wed, 5 Oct 2022 12:05:56 +0100 Subject: [PATCH] update plugin version for 3.9.11 release --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index bd0041125..e8ed3a9c2 100644 --- a/version.php +++ b/version.php @@ -26,11 +26,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2020071555; +$plugin->version = 2020071560; $plugin->requires = 2020061500; -$plugin->release = '3.9.10'; +$plugin->release = '3.9.11'; $plugin->component = 'local_o365'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'auth_oidc' => 2020071555, + 'auth_oidc' => 2020071560, ];