From 76a776c9d209be5551a0450e80c303933546541b Mon Sep 17 00:00:00 2001
From: thomasmars <thomasmars87@gmail.com>
Date: Thu, 22 Nov 2018 10:52:42 +0100
Subject: [PATCH] Prepare for release 1.13
---
version.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/version.php b/version.php
index 74bf736..dc3caeb 100644
--- a/version.php
+++ b/version.php
@@ -23,7 +23,7 @@
defined('MOODLE_INTERNAL') || die();
-$plugin->version = 2018111300;
+$plugin->version = 2018112200;
$plugin->requires = 2013051403;
$plugin->cron = 0;
$plugin->component = 'mod_hvp';
--
GitLab