Browse Source

Release v20.4.0

Release v20.4.0
pull/2968/head
Daniel Gibbs 5 years ago
parent
commit
f4b2e8b4fd
  1. 2
      lgsm/functions/core_functions.sh
  2. 2
      linuxgsm.sh

2
lgsm/functions/core_functions.sh

@ -7,7 +7,7 @@
functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
modulesversion="v20.3.3"
modulesversion="v20.4.0"
# Core

2
linuxgsm.sh

@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
set -x
fi
version="v20.3.3"
version="v20.4.0"
shortname="core"
gameservername="core"
commandname="CORE"

Loading…
Cancel
Save