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!