From 7325edbdf1202ad4733fa47c1e01178192a3062c Mon Sep 17 00:00:00 2001
From: Elke Kreim <elke.kreim@hs-hannover.de>
Date: Thu, 5 May 2022 15:55:40 +0200
Subject: [PATCH] Change version number

---
 version.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/version.php b/version.php
index c652b38..88c2d69 100644
--- a/version.php
+++ b/version.php
@@ -17,7 +17,7 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'local_hsh';
-$plugin->version = 2022021501;
+$plugin->version = 2022050501;
 $plugin->release = '3.3 (Build: 2015042300)';
 $plugin->requires = 2014051200;
 $plugin->maturity = MATURITY_STABLE;
-- 
GitLab