diff --git a/version.php b/version.php index 0ddcf26..8c3f0cd 100755 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'qtype_gapfill'; -$plugin->version = 2024042200; +$plugin->version = 2024042300; $plugin->requires = 2022040100; // Moodle 4.0. -$plugin->release = '2.139'; +$plugin->release = '2.140'; $plugin->maturity = MATURITY_STABLE;