From c3663da908ba3cb05d6b4470874ba25235680e2e Mon Sep 17 00:00:00 2001 From: James McQuillan Date: Tue, 31 Oct 2017 03:18:34 -0400 Subject: [PATCH] MSFTMPP-644: Release v20171031_m30 --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 486c82a00..9d4926f11 100644 --- a/version.php +++ b/version.php @@ -23,11 +23,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2015111925; +$plugin->version = 2015111926; $plugin->requires = 2015111600; $plugin->component = 'local_o365'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '30.0.0.22'; +$plugin->release = '30.0.0.23'; $plugin->dependencies = [ - 'auth_oidc' => 2015111915, + 'auth_oidc' => 2015111916, ];