From 16c9d2ee9b7e12ab515f913670fb53311f71c0ac Mon Sep 17 00:00:00 2001 From: AL Rachels Date: Sat, 21 Oct 2023 10:21:36 -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 9871913..1499f54 100644 --- a/version.php +++ b/version.php @@ -29,10 +29,10 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023101700; // The current module version (Date: YYYYMMDDXX). +$plugin->version = 2023101701; // 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.8 (Build: 2023101700)"; // User-friendly version number. +$plugin->release = "4.1.8+ (Build: 2023101701)"; // User-friendly version number. $plugin->supported = [311, 403];