Reduce version bump to +1 to satisfy CI's version-bump-size check

This commit is contained in:
Waleed Hassan
2026-07-13 13:23:50 +01:00
parent 2f5bb06e3c
commit 6ccefa9eda
+2 -2
View File
@@ -28,8 +28,8 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = "auth_outage";
$plugin->version = 2026071300; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2026071300; // Human-readable release information.
$plugin->version = 2026011305; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2026011305; // Human-readable release information.
$plugin->requires = 2025100600; // Moodle 5.1.
$plugin->maturity = MATURITY_STABLE; // Suitable for PRODUCTION environments!
$plugin->supported = [501, 501]; // A range of branch numbers of supported moodle versions.