From 1cd0b7c365b8a957973574aae0cf103d9f6a1887 Mon Sep 17 00:00:00 2001 From: Peter Burnett Date: Mon, 9 Nov 2020 15:13:30 +1000 Subject: [PATCH] Version bump to fix missing function errors --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index cd60ab6..f8afa93 100644 --- a/version.php +++ b/version.php @@ -28,7 +28,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = "auth_outage"; -$plugin->version = 2020032500; // The current plugin version (Date: YYYYMMDDXX). -$plugin->release = 2020032500; // Human-readable release information. +$plugin->version = 2020110900; // The current plugin version (Date: YYYYMMDDXX). +$plugin->release = 2020110900; // Human-readable release information. $plugin->requires = 2017051500; // Requires 3.3 and higher. $plugin->maturity = MATURITY_STABLE; // Suitable for PRODUCTION environments!