This commit is contained in:
Derek Collison
2016-05-03 13:00:18 -07:00
parent e8b079951c
commit 7b33905db5

View File

@@ -8,7 +8,7 @@ import (
const (
// VERSION is the current version for the server.
VERSION = "0.8.0.beta"
VERSION = "0.8.0.beta2"
// DEFAULT_PORT is the deault port for client connections.
DEFAULT_PORT = 4222