Skip to content

Commit

Permalink
bump version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarsden authored May 16, 2024
1 parent 32302a8 commit 1d154ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 1d154ed

Please sign in to comment.