From b6bf7c1b983c134139c05c35c83e60315bf8eecb Mon Sep 17 00:00:00 2001
From: Daniel Gibbs <me@danielgibbs.co.uk>
Date: Mon, 19 Jun 2017 15:09:34 +0100
Subject: [PATCH] Release 170619

---
 linuxgsm.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/linuxgsm.sh b/linuxgsm.sh
index b3237b921..a3fa7d397 100644
--- a/linuxgsm.sh
+++ b/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(){