mirror of
https://github.com/moodle/moodle.git
synced 2025-04-27 19:33:16 +02:00
MDL-75963 tiny: Bump version to expected number
There was as an error with the previous version number: "Version (2023031400) cannot be before 20230424 (YYYYMMDD)".
This commit is contained in:
parent
ea64a11963
commit
bccd225c39
@ -24,6 +24,6 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2023031400; // The current plugin version (Date: YYYYMMDDXX).
|
||||
$plugin->requires = 2023031000; // Requires this Moodle version.
|
||||
$plugin->version = 2023052200; // The current plugin version (Date: YYYYMMDDXX).
|
||||
$plugin->requires = 2023041800; // Requires this Moodle version.
|
||||
$plugin->component = 'filter_codehighlighter'; // Full name of the plugin (used for diagnostics).
|
||||
|
Loading…
x
Reference in New Issue
Block a user