Skip to content

Commit f7f1e99

Browse files
authored
bump version higher than older 39 branch but lower than newer 404 branch.
1 parent 78feb9d commit f7f1e99

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 = 2024090901; // The current plugin version (Date: YYYYMMDDXX).
28-
$plugin->release = 2024090901; // Match release exactly to version.
27+
$plugin->version = 2024092000; // The current plugin version (Date: YYYYMMDDXX).
28+
$plugin->release = 2024092000; // Match release exactly to version.
2929
$plugin->requires = 2022112800; // Requires 4.1.
3030
// Strictly we require either Moodle 3.5 OR
3131
// we require Totara 3.3, but the version number

0 commit comments

Comments
 (0)