Bumped version to beta tag

This commit is contained in:
Derek Collison
2015-06-25 13:52:18 -07:00
parent 90d1d6d572
commit 5a07dffb7b

View File

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