From d236301fef1dc77a305c87066f45920f4c7a1f9b Mon Sep 17 00:00:00 2001 From: Thomas Marstrander <marstranderthomas@gmail.com> Date: Fri, 11 Jun 2021 11:04:06 +0200 Subject: [PATCH] Prepare for release 1.22.3 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 8e13408..a342086 100644 --- a/version.php +++ b/version.php @@ -23,9 +23,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2021043000; +$plugin->version = 2021061100; $plugin->requires = 2013051403; $plugin->cron = 0; $plugin->component = 'mod_hvp'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '1.22.2'; +$plugin->release = '1.22.3'; -- GitLab