From e002973fdf832d61d557573223768e6dddeba272 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:13:00 +0200 Subject: [PATCH] chore: update version to 4.9.0 --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 2af4160..5ba74f4 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_matchwiris'; $plugin->dependencies = array ( - 'qtype_wq' => 2023050202 + 'qtype_wq' => 2023092200 );