From e5130887e2b297666858dd65359cc33ca169a3c1 Mon Sep 17 00:00:00 2001 From: Thomas Marstrander <marstranderthomas@gmail.com> Date: Tue, 21 May 2019 09:46:14 +0200 Subject: [PATCH] Prepare for release 1.18 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 1aaf770..5c0db2c 100644 --- a/version.php +++ b/version.php @@ -23,9 +23,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2019031301; +$plugin->version = 2019052100; $plugin->requires = 2013051403; $plugin->cron = 0; $plugin->component = 'mod_hvp'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '1.17.2'; +$plugin->release = '1.18'; -- GitLab