diff --git a/version.php b/version.php index 6430a9d..3ca4dea 100644 --- a/version.php +++ b/version.php @@ -16,11 +16,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023092203; +$plugin->version = 2024010800; $plugin->requires = 2015111600; // Moodle 3.0. -$plugin->release = '4.9.3'; +$plugin->release = '4.10.0'; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'qtype_matchwiris'; $plugin->dependencies = array ( - 'qtype_wq' => 2023092203 + 'qtype_wq' => 2024010800 );