From 77bac541dd8cb07e066b60cae9a85b567b5d0984 Mon Sep 17 00:00:00 2001 From: James McQuillan Date: Wed, 17 Feb 2016 03:04:11 -0500 Subject: [PATCH] Update version files (m27) --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 734a8dd..beaafc1 100644 --- a/version.php +++ b/version.php @@ -23,8 +23,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2015011627.01; +$plugin->version = 2015011628; $plugin->requires = 2014051200; $plugin->component = 'auth_oidc'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '27.0.0.20'; +$plugin->release = '27.0.0.21';