diff --git a/server/const.go b/server/const.go index 00d97b18..64b94240 100644 --- a/server/const.go +++ b/server/const.go @@ -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