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!