From bed8ba2dfb24edce77aa4eef1e40dbc642a97605 Mon Sep 17 00:00:00 2001 From: AL Rachels Date: Wed, 9 Oct 2024 12:40:44 -0500 Subject: [PATCH] Update version.php --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index b58a452..e150986 100644 --- a/version.php +++ b/version.php @@ -28,10 +28,10 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024090400; // The current module version (Date: YYYYMMDDXX). +$plugin->version = 2024100900; // The current module version (Date: YYYYMMDDXX). $plugin->requires = 2021051700; // Requires Moodle 3.11 version. $plugin->cron = 60; // Period for cron to check this module (secs). $plugin->component = 'mod_hotquestion'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = "4.2.2 (Build: 2024090400)"; // User-friendly version number. +$plugin->release = "4.2.3 (Build: 2024100900)"; // User-friendly version number. $plugin->supported = [311, 404];