From e77e47fc948c4052bebe6dd81f7e823109fdce66 Mon Sep 17 00:00:00 2001 From: Dmitrii Metelkin Date: Fri, 8 May 2020 23:14:43 +1000 Subject: [PATCH] Version bump --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index b8ba70a..1ef9985 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2020050800; // The current plugin version (Date: YYYYMMDDXX) -$plugin->release = 2020050800; // Match release exactly to version. +$plugin->version = 2020050801; // The current plugin version (Date: YYYYMMDDXX) +$plugin->release = 2020050801; // Match release exactly to version. $plugin->requires = 2017051500; // Requires Moodle 3.3 version. $plugin->component = 'auth_userkey'; // Full name of the plugin (used for diagnostics). $plugin->maturity = MATURITY_STABLE;