From 5a07dffb7bd90d56db7b25174cb9f68f4fca26f3 Mon Sep 17 00:00:00 2001 From: Derek Collison Date: Thu, 25 Jun 2015 13:52:18 -0700 Subject: [PATCH] Bumped version to beta tag --- server/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/const.go b/server/const.go index 4be324f1..13da1c73 100644 --- a/server/const.go +++ b/server/const.go @@ -8,7 +8,7 @@ import ( const ( // VERSION is the current version for the server. - VERSION = "0.6.0" + VERSION = "0.6.1.beta" // DEFAULT_PORT is the deault port for client connections. DEFAULT_PORT = 4222