diff --git a/version.php b/version.php index 46201a7..8f4ebc1 100644 --- a/version.php +++ b/version.php @@ -25,9 +25,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024111300; +$plugin->version = 2024111301; $plugin->requires = 2023100900; // Moodle 4.3. $plugin->supported = [403, 405]; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '1.47 for Moodle 4.3-4.5 (Build: 2024111300)'; +$plugin->release = '1.48 for Moodle 4.3-4.5 (Build: 2024111301)'; $plugin->component = 'mod_choicegroup';