From 86e883ce7d54d925e3018a761da38074eb732218 Mon Sep 17 00:00:00 2001 From: Derek Collison Date: Thu, 9 Jun 2016 12:49:34 -0700 Subject: [PATCH] Down bump for bug fix release --- server/const.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/const.go b/server/const.go index 97d29725688..59903d47eec 100644 --- a/server/const.go +++ b/server/const.go @@ -8,9 +8,9 @@ import ( const ( // VERSION is the current version for the server. - VERSION = "0.8.2" + VERSION = "0.8.1" - // DEFAULT_PORT is the deault port for client connections. + // DEFAULT_PORT is the default port for client connections. DEFAULT_PORT = 4222 // RANDOM_PORT is the value for port that, when supplied, will cause the