Bumped version

This commit is contained in:
Derek Collison
2013-10-14 22:29:33 -07:00
parent 8943283fa9
commit 2ebad0f182

View File

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