From 6f42a4fe8c45ce136fc0bc055d4717d937aca28c Mon Sep 17 00:00:00 2001 From: James McQuillan Date: Fri, 27 Mar 2015 15:03:34 -0400 Subject: [PATCH] Update version files --- 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 5110817a4..86c7a43bf 100644 --- a/local/o365/version.php +++ b/local/o365/version.php @@ -23,11 +23,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2015011607; +$plugin->version = 2015011608; $plugin->requires = 2014051200; $plugin->component = 'local_o365'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '27.0.0.5'; +$plugin->release = '27.0.0.6'; $plugin->dependencies = [ 'auth_oidc' => 2015011608 ]; \ No newline at end of file