Skip to content

Commit

Permalink
release v20.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Apr 23, 2020
1 parent d706ec3 commit 0ff1e42
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion linuxgsm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
set -x
fi

version="v20.1.5"
version="v20.2.0"
shortname="core"
gameservername="core"
rootdir=$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")
Expand Down
2 changes: 1 addition & 1 deletion tests/tests_fctrserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
set -x
fi

version="v20.1.5"
version="v20.2.0"
shortname="fctr"
gameservername="fctrserver"
rootdir=$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")
Expand Down
2 changes: 1 addition & 1 deletion tests/tests_jc2server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
set -x
fi

version="v20.1.5"
version="v20.2.0"
shortname="jc2"
gameservername="jc2server"
rootdir=$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")
Expand Down
2 changes: 1 addition & 1 deletion tests/tests_mcserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
set -x
fi

version="v20.1.5"
version="v20.2.0"
shortname="mc"
gameservername="mcserver"
rootdir=$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")
Expand Down
2 changes: 1 addition & 1 deletion tests/tests_ts3server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
set -x
fi

version="v20.1.5"
version="v20.2.0"
shortname="ts3"
gameservername="ts3server"
rootdir=$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")
Expand Down

0 comments on commit 0ff1e42

Please sign in to comment.