From 3cf0409ec614564dd83ba4459bd76dccaff4d664 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Wed, 20 Sep 2023 15:26:42 +0200
Subject: [PATCH] set version

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

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