From fed90a5a161292a5b94e643915320e92e40ee961 Mon Sep 17 00:00:00 2001 From: Pol Torrent i Soler Date: Sat, 23 Mar 2024 17:58:32 +0100 Subject: [PATCH] chore: bump version to v4.11.0 --- version.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/version.php b/version.php index a91c773..457ba5e 100644 --- a/version.php +++ b/version.php @@ -16,11 +16,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024010801; +$plugin->version = 2024032200; $plugin->requires = 2015111600; // Moodle 3.0. -$plugin->release = '4.10.1'; +$plugin->release = '4.11.0'; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'qtype_matchwiris'; -$plugin->dependencies = array ( - 'qtype_wq' => 2024010801 +$plugin->dependencies = array( + 'qtype_wq' => 2024032200 );