From a8aa5c49c5f8e0b13735a78ca0803104cb9e67a0 Mon Sep 17 00:00:00 2001 From: Sarah Cotton Date: Fri, 27 Jan 2023 15:34:38 +0000 Subject: [PATCH] Version bump --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index dd71866..801be6d 100644 --- a/version.php +++ b/version.php @@ -28,8 +28,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = "auth_outage"; -$plugin->version = 2022121900; // The current plugin version (Date: YYYYMMDDXX). -$plugin->release = 2022121900; // Human-readable release information. +$plugin->version = 2023012700; // The current plugin version (Date: YYYYMMDDXX). +$plugin->release = 2023012700; // Human-readable release information. $plugin->requires = 2017111309; // 2017111309 = T13, but this really requires 3.9 and higher. $plugin->maturity = MATURITY_STABLE; // Suitable for PRODUCTION environments! -$plugin->supported = [39, 311]; // A range of branch numbers of supported moodle versions. +$plugin->supported = [39, 401]; // A range of branch numbers of supported moodle versions.