From 65f966e839566576e4f0f99845f3cf1b31001eed Mon Sep 17 00:00:00 2001 From: Thomas Marstrander <marstranderthomas@gmail.com> Date: Wed, 13 Mar 2019 14:30:52 +0100 Subject: [PATCH] Prepare for release 1.17.1 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index a419d47..15cbcb9 100644 --- a/version.php +++ b/version.php @@ -23,9 +23,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2019031200; +$plugin->version = 2019031300; $plugin->requires = 2013051403; $plugin->cron = 0; $plugin->component = 'mod_hvp'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '1.17'; +$plugin->release = '1.17.1'; -- GitLab