From 0036769cc93ae8bfdc226730aa726e3d7a3d9dca Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Thu, 12 Jan 2023 13:43:09 +0100 Subject: [PATCH] Change kimai branch to main --- src/kimai/constants-service.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kimai/constants-service.conf b/src/kimai/constants-service.conf index c378d16..b0bef6e 100644 --- a/src/kimai/constants-service.conf +++ b/src/kimai/constants-service.conf @@ -20,7 +20,7 @@ LXC_UNPRIVILEGED="1" LXC_NESTING="1" # Defines the version number of kimai mail archive to install (type in exact version number (e.g. 1.3.11) or 'latest') -KIMAI_VERSION="release-2.0-beta" +KIMAI_VERSION="main" # Defines the php version to install KIMAI_PHP_VERSION="8.1"