From ec500eef8c58eda63f39c396ddf9170a31339263 Mon Sep 17 00:00:00 2001 From: Pol Torrent i Soler <66125018+ptorrent-at-wiris@users.noreply.github.com> Date: Mon, 8 May 2023 15:31:01 +0200 Subject: [PATCH] chore: bump version to v4.8.1 --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 544ab22..2c4f3cd 100644 --- a/version.php +++ b/version.php @@ -16,11 +16,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023050200; +$plugin->version = 2023050201; $plugin->requires = 2015111600; // Moodle 3.0. -$plugin->release = '4.8.0'; +$plugin->release = '4.8.1'; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'qtype_essaywiris'; $plugin->dependencies = array ( - 'qtype_wq' => 2023050200 + 'qtype_wq' => 2023050201 );