diff --git a/version.php b/version.php index e1c311d..283f4a0 100644 --- a/version.php +++ b/version.php @@ -16,11 +16,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024032205; +$plugin->version = 2024032206; $plugin->requires = 2015111600; // Moodle 3.0. -$plugin->release = '4.11.5'; +$plugin->release = '4.11.6'; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'qtype_matchwiris'; $plugin->dependencies = array( - 'qtype_wq' => 2024032205 + 'qtype_wq' => 2024032206 );