From ac1c304089b9be667f6b13d8987d6029634edf24 Mon Sep 17 00:00:00 2001 From: curiosity Date: Wed, 13 Nov 2024 11:03:14 +0100 Subject: [PATCH] update version.php --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 2dad661..cbfe820 100644 --- a/version.php +++ b/version.php @@ -23,7 +23,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024061800; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2024111300; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2022041900; // Requires Moodle version 4.0 or higher. $plugin->component = 'tool_cleanupusers'; // Full name of the plugin (used for diagnostics). $plugin->release = 'v1.0-r2';