chore: bump version to 2024070504
Incremented the module version to 2024070504 to signal new updates or improvements. Ensures compatibility and proper version tracking.
This commit is contained in:
parent
321c470a23
commit
b4c651b771
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
defined('MOODLE_INTERNAL') || die();
|
defined('MOODLE_INTERNAL') || die();
|
||||||
|
|
||||||
$plugin->version = 2024070503; // The current module version (Date: YYYYMMDDXX)
|
$plugin->version = 2024070504; // The current module version (Date: YYYYMMDDXX)
|
||||||
$plugin->requires = 2021051700; // Requires this Moodle version
|
$plugin->requires = 2021051700; // Requires this Moodle version
|
||||||
$plugin->component = 'mod_exp360'; // Full name of the plugin (used for diagnostics)
|
$plugin->component = 'mod_exp360'; // Full name of the plugin (used for diagnostics)
|
Loading…
Reference in a new issue