Explorar o código

Release 170619

Daniel Gibbs %!s(int64=9) %!d(string=hai) anos
pai
achega
b6bf7c1b98
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      linuxgsm.sh

+ 2 - 2
linuxgsm.sh

@@ -16,7 +16,7 @@ if [ -f ".dev-debug" ]; then
 	set -x
 fi
 
-version="170305"
+version="170619"
 shortname="core"
 gameservername="core"
 rootdir="$(dirname $(readlink -f "${BASH_SOURCE[0]}"))"
@@ -39,7 +39,7 @@ configdirdefault="${lgsmdir}/config-default"
 # from a different repo and/or branch.
 githubuser="GameServerManagers"
 githubrepo="LinuxGSM"
-githubbranch="develop"
+githubbranch="master"
 
 # Core Function that is required first
 core_functions.sh(){