diff --git a/server/const.go b/server/const.go index 4be324f15a..13da1c7316 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" + VERSION = "0.6.1.beta" // DEFAULT_PORT is the deault port for client connections. DEFAULT_PORT = 4222