From 2590b5e1cf9d9fd9934ca56db966940a6872aae1 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 10 Jul 2019 22:17:20 +0100 Subject: [PATCH] release: v19.9.0 --- linuxgsm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linuxgsm.sh b/linuxgsm.sh index 450218cb7..3bebf5771 100755 --- a/linuxgsm.sh +++ b/linuxgsm.sh @@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="v19.8.4" +version="v19.9.0" shortname="core" gameservername="core" rootdir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"