From a70e5553d411bc5e984608bc0d35fed5d5965443 Mon Sep 17 00:00:00 2001 From: Stefan Topfstedt Date: Wed, 23 Oct 2024 12:31:30 -0700 Subject: [PATCH] version bump. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 40c7e79..6417dca 100644 --- a/version.php +++ b/version.php @@ -24,7 +24,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024101400; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2024102300; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2024041600; // Requires this Moodle version. $plugin->component = 'tool_ilioscategoryassignment'; // Full name of the plugin (used for diagnostics). $plugin->release = 'v4.4';