Bump version for multi-user and authorization [ci skip]

This commit is contained in:
Derek Collison
2016-06-23 09:22:02 -07:00
parent 8558c8e4c5
commit 889ba32cc1

View File

@@ -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