From 16f98c60fb2717c198cd94d14322c283e173c721 Mon Sep 17 00:00:00 2001 From: James McQuillan Date: Thu, 10 Oct 2019 01:31:45 -0400 Subject: [PATCH] MSFTMPP-779: Update version files (v20191007_m35) --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index da41a86..0227913 100644 --- a/version.php +++ b/version.php @@ -23,8 +23,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2018051705; +$plugin->version = 2018051706; $plugin->requires = 2018051700; -$plugin->release = '3.5.0.4'; +$plugin->release = '3.5.0.5'; $plugin->component = 'auth_oidc'; $plugin->maturity = MATURITY_STABLE;