From 0f50f6ef986ca3047ef5e9e85f41fd468c6af41e Mon Sep 17 00:00:00 2001 From: AL Rachels Date: Sun, 11 Jun 2023 10:54:20 -0500 Subject: [PATCH] Update version.php --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index bdbbb9c..88ac881 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023052501; // The current module version (Date: YYYYMMDDXX). +$plugin->version = 2023052502; // The current module version (Date: YYYYMMDDXX). $plugin->requires = 2021051700; // Requires Moodle 3.11 version. $plugin->cron = 0; // Period for cron to check this module (secs). $plugin->component = 'mod_hotquestion';