From 75d872564b594329355ad86bcb09a659a1bb2ed0 Mon Sep 17 00:00:00 2001 From: Brendan Heywood Date: Thu, 13 Feb 2020 10:17:06 +1100 Subject: [PATCH] Bump version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 5c0daea..b07af31 100644 --- a/version.php +++ b/version.php @@ -28,7 +28,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = "auth_outage"; -$plugin->version = 2020021100; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2020021300; // The current plugin version (Date: YYYYMMDDXX). $plugin->release = '1.0.11'; // Human-readable release information. $plugin->requires = 2017051500; // Requires 3.3 and higher. $plugin->maturity = MATURITY_STABLE; // Suitable for PRODUCTION environments!