Skip to content

Commit

Permalink
Update version.php for manual release.
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarsden authored Jul 11, 2024
1 parent 86fe57d commit 36f327b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

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

$plugin->version = 2024051700; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2024051700; // Match release exactly to version.
$plugin->version = 2024071100; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2024071100; // 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
Expand Down

0 comments on commit 36f327b

Please sign in to comment.