From 889ba32cc1a6825c3b00aef11522e484cde3faf9 Mon Sep 17 00:00:00 2001 From: Derek Collison Date: Thu, 23 Jun 2016 09:22:02 -0700 Subject: [PATCH] Bump version for multi-user and authorization [ci skip] --- server/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/const.go b/server/const.go index 2e3fedd0..f5551125 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.8.2.beta" + VERSION = "0.9.0.beta" // DEFAULT_PORT is the default port for client connections. DEFAULT_PORT = 4222