From 2eeeec6babbd43a46c304be407671693b04e562f Mon Sep 17 00:00:00 2001 From: Pol Torrent i Soler Date: Sat, 23 Mar 2024 17:59:44 +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 87c0fea..f465131 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_multianswerwiris'; -$plugin->dependencies = array ( - 'qtype_wq' => 2024010801 +$plugin->dependencies = array( + 'qtype_wq' => 2024032200 );