From afc5ec3e3fa2c48738ca0a3a541e00a8c1050b51 Mon Sep 17 00:00:00 2001 From: Dmitrii Metelkin Date: Sat, 27 Aug 2016 21:43:19 +1000 Subject: [PATCH] Bump version --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 45ef3dd..5d0b165 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2016081600; // The current plugin version (Date: YYYYMMDDXX) -$plugin->release = 2016081600; // Match release exactly to version. +$plugin->version = 2016082700; // The current plugin version (Date: YYYYMMDDXX) +$plugin->release = 2016082700; // Match release exactly to version. $plugin->requires = 2015051100; // Requires this Moodle version. $plugin->component = 'auth_userkey'; // Full name of the plugin (used for diagnostics). $plugin->maturity = MATURITY_STABLE;