From 08ec9da14e4e7c8547b51fd58c4f47a1df1d1281 Mon Sep 17 00:00:00 2001 From: Derek Collison Date: Tue, 16 Jun 2015 16:49:48 -0700 Subject: [PATCH] Release 0.6.0 --- server/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/const.go b/server/const.go index f57f098f801..4be324f15a3 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.beta" + VERSION = "0.6.0" // DEFAULT_PORT is the deault port for client connections. DEFAULT_PORT = 4222