From 7ad7a4993cb4a966008e07c88b22ec81eedb98e2 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Sun, 11 Aug 2024 16:06:35 +0100 Subject: [PATCH] Bumped version (#531) --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 950996c1..3bca9f44 100644 --- a/version.php +++ b/version.php @@ -24,7 +24,7 @@ defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.'); -$plugin->version = 2024042201; // The current module version (Date: YYYYMMDDXX). +$plugin->version = 2024042202; // The current module version (Date: YYYYMMDDXX). $plugin->requires = 2024042200; // Requires this Moodle version (4.4). $plugin->cron = 0; // Period for cron to check this module (secs). $plugin->component = 'mod_customcert';