From 41877ee4b8eb98d5dca8c00a345026a62c5618c3 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Thu, 9 May 2019 18:46:21 +0100 Subject: [PATCH] release v19.6.0 --- linuxgsm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linuxgsm.sh b/linuxgsm.sh index e5c22af3b..c2607c7ab 100755 --- a/linuxgsm.sh +++ b/linuxgsm.sh @@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="190503" +version="v19.6.0" shortname="core" gameservername="core" rootdir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"