Skip to content

Commit 99d4b67

Browse files
committed
changing to minor bump
1 parent a2c4a5d commit 99d4b67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
defined('MOODLE_INTERNAL') || die();
2626

27-
$plugin->version = 2025033100; // The current plugin version (Date: YYYYMMDDXX).
28-
$plugin->release = 2025033100; // Match release exactly to version.
27+
$plugin->version = 2024121601; // The current plugin version (Date: YYYYMMDDXX).
28+
$plugin->release = 2024121601; // Match release exactly to version.
2929
$plugin->requires = 2024042200; // Requires PHP 8.1
3030
$plugin->component = 'auth_saml2'; // Full name of the plugin (used for diagnostics).
3131
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)