From b39631939faa67b40a54d0526df2bdc93ed63d66 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Fri, 27 Jan 2023 16:55:15 +0100 Subject: [PATCH] set version --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 613a93b..595fc61 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,6 @@ <?php -define("APP_VERSION", '2.1.0-beta'); +define("APP_VERSION", '2.1.0'); require_once('classes/render-adminlte.class.php'); require_once('classes/cronlog-renderer.class.php'); -- GitLab