From a722ca6965ff58c180399445568318f3ee7b4a95 Mon Sep 17 00:00:00 2001 From: Mikhail Golenkov Date: Tue, 11 Feb 2020 09:52:58 +1100 Subject: [PATCH] Bump plugin version. --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 648efee..5c0daea 100644 --- a/version.php +++ b/version.php @@ -28,7 +28,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = "auth_outage"; -$plugin->version = 2019022200; // The current plugin version (Date: YYYYMMDDXX). -$plugin->release = '1.0.10'; // Human-readable release information. -$plugin->requires = 2017051500; // Requires 3.3 and higher. +$plugin->version = 2020021100; // 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!