From 6f60f5912594b6ee4519669fb7b17a61d71bd0e1 Mon Sep 17 00:00:00 2001 From: Pol Torrent i Soler Date: Tue, 2 Apr 2024 06:34:41 +0200 Subject: [PATCH] chore: bump version to v4.11.1 --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 2d5dd35..df64772 100644 --- a/version.php +++ b/version.php @@ -16,11 +16,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024032200; +$plugin->version = 2024032201; $plugin->requires = 2015111600; // Moodle 3.0. -$plugin->release = '4.11.0'; +$plugin->release = '4.11.1'; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'qtype_truefalsewiris'; $plugin->dependencies = array( - 'qtype_wq' => 2024032200 + 'qtype_wq' => 2024032201 );