Skip to content

Commit

Permalink
fix version number for 404
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-oswald authored Dec 4, 2024
1 parent 9856c95 commit 541774f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

$plugin->version = 2024120400; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2024120400; // Match release exactly to version.
$plugin->requires = 2024042200.00; // Requires PHP 7, 2017051509 = T12. M3.3
$plugin->requires = 2024042200; // 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.
Expand Down

0 comments on commit 541774f

Please sign in to comment.