Skip to content

Commit b6bf7c1

Browse files
committed
Release 170619
1 parent edf1198 commit b6bf7c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linuxgsm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [ -f ".dev-debug" ]; then
1616
set -x
1717
fi
1818

19-
version="170305"
19+
version="170619"
2020
shortname="core"
2121
gameservername="core"
2222
rootdir="$(dirname $(readlink -f "${BASH_SOURCE[0]}"))"
@@ -39,7 +39,7 @@ configdirdefault="${lgsmdir}/config-default"
3939
# from a different repo and/or branch.
4040
githubuser="GameServerManagers"
4141
githubrepo="LinuxGSM"
42-
githubbranch="develop"
42+
githubbranch="master"
4343

4444
# Core Function that is required first
4545
core_functions.sh(){

0 commit comments

Comments
 (0)