From d2cc2e8f0f48487139e779f53bfe06239da248ef Mon Sep 17 00:00:00 2001 From: Pol Torrent i Soler Date: Sat, 23 Mar 2024 17:58:56 +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 0de9df2..1f35159 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_multichoicewiris'; -$plugin->dependencies = array ( - 'qtype_wq' => 2024010801 +$plugin->dependencies = array( + 'qtype_wq' => 2024032200 );