From c880c9cf51c788f0209bc77a101062f434640d2f Mon Sep 17 00:00:00 2001 From: AL Rachels Date: Sun, 21 Aug 2022 11:39:05 -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 02fd826..16c41fd 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022081700; // The current module version (Date: YYYYMMDDXX). +$plugin->version = 2022082000; // 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'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = "4.1.2 (Build: 2022081700)"; // User-friendly version number. +$plugin->release = "4.1.2 (Build: 2022082000)"; // User-friendly version number.