From b024b7f2297dcce7e57c960f37806b43bf304444 Mon Sep 17 00:00:00 2001 From: Pol Torrent i Soler Date: Fri, 17 May 2024 13:59:31 +0200 Subject: [PATCH] chore: bump version to v4.11.2 --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 364cc48..f766ef3 100644 --- a/version.php +++ b/version.php @@ -16,11 +16,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024032201; +$plugin->version = 2024032202; $plugin->requires = 2015111600; // Moodle 3.0. -$plugin->release = '4.11.1'; +$plugin->release = '4.11.2'; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'qtype_matchwiris'; $plugin->dependencies = array( - 'qtype_wq' => 2024032201 + 'qtype_wq' => 2024032202 );