From 30b680e2f65118385ca91ff88d6a2e62568283ee Mon Sep 17 00:00:00 2001 From: Pol Torrent i Soler Date: Mon, 8 Jan 2024 12:23:03 +0100 Subject: [PATCH] chore: update version to 4.10.0 --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 872c93e..a0d4510 100644 --- a/version.php +++ b/version.php @@ -16,11 +16,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023092203; +$plugin->version = 2024010800; $plugin->requires = 2015111600; // Moodle 3.0. -$plugin->release = '4.9.3'; +$plugin->release = '4.10.0'; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'qtype_multianswerwiris'; $plugin->dependencies = array ( - 'qtype_wq' => 2023092203 + 'qtype_wq' => 2024010800 );