From 7358660a5acb3d4b8df28708ec497c32d5ff8dba Mon Sep 17 00:00:00 2001 From: Stefan Topfstedt Date: Mon, 6 Jan 2025 09:22:19 -0800 Subject: [PATCH] version bump. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 324109b..ef75865 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024110100; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2024110101; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2024041600; // Requires this Moodle version. $plugin->component = 'enrol_ilios'; // Full name of the plugin (used for diagnostics). $plugin->release = 'v4.4';