From 5ec3ba99e7096cd4ba337feb766ed0d79f13e822 Mon Sep 17 00:00:00 2001 From: Pol Torrent i Soler Date: Fri, 3 Jun 2022 13:46:03 +0200 Subject: [PATCH] ops: bumps test version to 4.4.4 to test release workflow --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 4a090ad..edb3513 100644 --- a/version.php +++ b/version.php @@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022040800; -$plugin->release = '4.4.3'; +$plugin->version = 2022040801; +$plugin->release = '4.4.4'; $plugin->requires = 2011060313; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'local_wirisquizzes';