From 696bd4daecafb9e66f5c46277325f9bf8736c5ac Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Mon, 18 Sep 2023 11:11:32 +0200
Subject: [PATCH] set version

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

diff --git a/index.php b/index.php
index be73315..6891c9c 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
 <?php
 
-define("APP_VERSION", '2.1.1');
+define("APP_VERSION", '2.1.2');
 
 require_once('classes/render-adminlte.class.php');
 require_once('classes/cronlog-renderer.class.php');
-- 
GitLab