diff --git a/server/const.go b/server/const.go index f41c6fd0..f9d23887 100644 --- a/server/const.go +++ b/server/const.go @@ -7,7 +7,7 @@ import ( ) const ( - VERSION = "go-0.2.10.alpha.2" + VERSION = "go-0.2.11.alpha.1" DEFAULT_PORT = 4222 DEFAULT_HOST = "0.0.0.0"