From 518b0574280b07af315b8933b11ff972af94b13d Mon Sep 17 00:00:00 2001 From: AL Rachels Date: Fri, 28 Apr 2023 10:23:13 -0500 Subject: [PATCH] Update version.php --- version.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/version.php b/version.php index 1db5249..3a65b2a 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023040700; // 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->version = 2023040701; // 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.6 (Build: 2023040700)"; // User-friendly version number. +$plugin->maturity = MATURITY_STABLE; +$plugin->release = "4.1.6+ (Build: 2023040701)"; // User-friendly version number.