diff --git a/version.php b/version.php index 52aa094..0efb463 100644 --- a/version.php +++ b/version.php @@ -29,10 +29,10 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024020900; // The current module version (Date: YYYYMMDDXX). +$plugin->version = 2024062900; // 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.2.0 (Build: 2024020900)"; // User-friendly version number. -$plugin->supported = [311, 403]; +$plugin->release = "4.2.1 (Build: 2024062900)"; // User-friendly version number. +$plugin->supported = [311, 404];