From cd7a62746e76d902e40f15bf5f1176638312bcb0 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 18 Jun 2019 22:16:45 +0100 Subject: [PATCH] release v19.7.0 --- linuxgsm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linuxgsm.sh b/linuxgsm.sh index c549ef46a..aba85f1b0 100755 --- a/linuxgsm.sh +++ b/linuxgsm.sh @@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="v19.6.0" +version="v19.7.0" shortname="core" gameservername="core" rootdir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"