From 20678bbc17e35bb828a93a9df4ad98e4020a4cf5 Mon Sep 17 00:00:00 2001 From: Pol Torrent i Soler Date: Fri, 26 Jan 2024 16:03:33 +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 3ca4dea..a91c773 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_matchwiris'; $plugin->dependencies = array ( - 'qtype_wq' => 2024010800 + 'qtype_wq' => 2024010801 );