From 6fd0ca44c7554aa4ee447f1a32c6630e2142c9b1 Mon Sep 17 00:00:00 2001 From: Stefan Topfstedt Date: Mon, 14 Oct 2024 11:57:15 -0700 Subject: [PATCH] version bump. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 01f93a1..31c33cf 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024100200; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2024101400; // 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';