From 5ca621a1e266a7c50006f6ec32ac501f00bc907f Mon Sep 17 00:00:00 2001 From: Pol Torrent i Soler <66125018+ptorrent-at-wiris@users.noreply.github.com> Date: Fri, 22 Sep 2023 00:16:59 +0200 Subject: [PATCH] chore: update version.php --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 1d88fc8..147dffa 100644 --- a/version.php +++ b/version.php @@ -16,11 +16,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023050202; +$plugin->version = 2023092200; $plugin->requires = 2015111600; // Moodle 3.0. -$plugin->release = '4.8.2'; +$plugin->release = '4.9.0'; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'qtype_multichoicewiris'; $plugin->dependencies = array ( - 'qtype_wq' => 2023050202 + 'qtype_wq' => 2023092200 );