From 99f5527718f6c274119036361949b233a75b36aa Mon Sep 17 00:00:00 2001 From: James McQuillan Date: Tue, 27 Jun 2017 03:17:25 -0400 Subject: [PATCH] MSFTMPP-637: Release v20170627_m29 --- local/o365/version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local/o365/version.php b/local/o365/version.php index 13ae93cc0..4d83ff03a 100644 --- a/local/o365/version.php +++ b/local/o365/version.php @@ -23,11 +23,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2015060139; +$plugin->version = 2015060140; $plugin->requires = 2015051100; $plugin->component = 'local_o365'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '29.0.0.30'; +$plugin->release = '29.0.0.31'; $plugin->dependencies = [ 'auth_oidc' => 2015060122, ];