Skip to content

Commit 91798a2

Browse files
committed
version bump
1 parent ef4083c commit 91798a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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 = 2026031704; // The current plugin version (Date: YYYYMMDDXX).
28-
$plugin->release = 2026031704; // Match release exactly to version.
27+
$plugin->version = 2026040200; // The current plugin version (Date: YYYYMMDDXX).
28+
$plugin->release = 2026040200; // Match release exactly to version.
2929
$plugin->requires = 2025040400; // Requires Moodle 5.0
3030
$plugin->component = 'auth_saml2'; // Full name of the plugin (used for diagnostics).
3131
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)