From 5a30cd9c7b3ea0e2197d40e78cfd580292112df1 Mon Sep 17 00:00:00 2001 From: Thomas Marstrander <marstranderthomas@gmail.com> Date: Thu, 20 Jan 2022 15:08:42 +0100 Subject: [PATCH] Prepare for release 1.22.4 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index a342086..c00ed40 100644 --- a/version.php +++ b/version.php @@ -23,9 +23,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2021061100; +$plugin->version = 2022012000; $plugin->requires = 2013051403; $plugin->cron = 0; $plugin->component = 'mod_hvp'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '1.22.3'; +$plugin->release = '1.22.4'; -- GitLab