v0.8.0 release

This commit is contained in:
Derek Collison
2016-05-09 12:47:31 -07:00
parent bf32f1972d
commit 3ff8ad706a

View File

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