From 86a2e1a186bd00f63d36219551bb2809e4dba4ac Mon Sep 17 00:00:00 2001 From: Frode Petterson <frode.andre.petterson@gmail.com> Date: Fri, 26 May 2023 16:08:06 +0200 Subject: [PATCH] Update version --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 709953d..295e63d 100644 --- a/version.php +++ b/version.php @@ -23,9 +23,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022121200; +$plugin->version = 2023052600; $plugin->requires = 2013051403; $plugin->cron = 0; $plugin->component = 'mod_hvp'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '1.23.0'; +$plugin->release = '1.23.1'; -- GitLab