From 59d59f761e3b6af73f350ad6ce41673ef5eca7c8 Mon Sep 17 00:00:00 2001 From: Pol Torrent i Soler Date: Fri, 26 Jan 2024 16:04:38 +0100 Subject: [PATCH] chore: bump version to 4.10.1 --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 83db707..0de9df2 100644 --- a/version.php +++ b/version.php @@ -16,11 +16,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024010800; +$plugin->version = 2024010801; $plugin->requires = 2015111600; // Moodle 3.0. -$plugin->release = '4.10.0'; +$plugin->release = '4.10.1'; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'qtype_multichoicewiris'; $plugin->dependencies = array ( - 'qtype_wq' => 2024010800 + 'qtype_wq' => 2024010801 );