From e334a44d414b058efe81378c92c941b06897e533 Mon Sep 17 00:00:00 2001 From: Hans Georg Schaathun Date: Wed, 16 Aug 2023 10:15:09 +0200 Subject: [PATCH] version number --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 11ed2c5..9a8f20e 100755 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023033102; // The current module version (Date: YYYYMMDDXX). +$plugin->version = 2023033104; // The current module version (Date: YYYYMMDDXX). $plugin->requires = 2022041900; // Moodle 4.0 (or above). $plugin->cron = 0; // Period in seconds for cron to run. $plugin->component = 'mod_jazzquiz';