diff --git a/server/const.go b/server/const.go index 37ebf307..a85b6643 100644 --- a/server/const.go +++ b/server/const.go @@ -7,7 +7,7 @@ import ( ) const ( - VERSION = "go 0.1.0.alpha.1" + VERSION = "go 0.1.0.alpha.2" DEFAULT_PORT = 4222 DEFAULT_HOST = "0.0.0.0"