From ac975a9856b4d6969836c99c29c7681cb31ec519 Mon Sep 17 00:00:00 2001 From: Derek Collison Date: Fri, 25 Apr 2014 12:27:40 -0600 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 e96a847fbd3..113b049d83a 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.0" + VERSION = "0.5.1" // DEFAULT_PORT is the deault port for client connections. DEFAULT_PORT = 4222