From b4c651b7714006415230b615b347916e4b055747 Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 5 Jul 2024 12:03:35 +0200 Subject: [PATCH] chore: bump version to 2024070504 Incremented the module version to 2024070504 to signal new updates or improvements. Ensures compatibility and proper version tracking. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 1acdb34..4126742 100644 --- a/version.php +++ b/version.php @@ -2,6 +2,6 @@ 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->component = 'mod_exp360'; // Full name of the plugin (used for diagnostics) \ No newline at end of file