diff --git a/version.php b/version.php index 3f0726d04..fad34a5ed 100644 --- a/version.php +++ b/version.php @@ -24,12 +24,12 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023100300; // The current plugin version (Date: YYYYMMDDXX). -$plugin->release = 2023100300; // Match release exactly to version. +$plugin->version = 2024051700; // The current plugin version (Date: YYYYMMDDXX). +$plugin->release = 2024051700; // Match release exactly to version. $plugin->requires = 2017051509; // Requires PHP 7, 2017051509 = T12. M3.3 // Strictly we require either Moodle 3.5 OR // we require Totara 3.3, but the version number // for Totara 3.3 is the same as Moodle 3.3. $plugin->component = 'auth_saml2'; // Full name of the plugin (used for diagnostics). $plugin->maturity = MATURITY_STABLE; -$plugin->supported = [39, 401]; // A range of branch numbers of supported moodle versions. +$plugin->supported = [39, 404]; // A range of branch numbers of supported moodle versions.