From 6aa3f9330dcc80171050b35e7c4c032f49ad2a7a Mon Sep 17 00:00:00 2001 From: Pol Torrent i Soler Date: Wed, 11 Dec 2024 10:33:45 +0100 Subject: [PATCH] chore: bump version to v4.11.6 --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index e174638..605e3ed 100644 --- a/version.php +++ b/version.php @@ -16,11 +16,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024032205; +$plugin->version = 2024032206; $plugin->requires = 2015111600; // Moodle 3.0. -$plugin->release = '4.11.5'; +$plugin->release = '4.11.6'; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'qtype_truefalsewiris'; $plugin->dependencies = array( - 'qtype_wq' => 2024032205 + 'qtype_wq' => 2024032206 );