From 05a3e658e29499c4115e52fb8abb45adfda82ae1 Mon Sep 17 00:00:00 2001 From: Derek Collison Date: Fri, 9 Jan 2015 18:47:46 -0800 Subject: [PATCH] Bumped version --- server/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/const.go b/server/const.go index 66849a7c..ea47a8f6 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.5.7" + VERSION = "0.5.8" // DEFAULT_PORT is the deault port for client connections. DEFAULT_PORT = 4222