From a6cdc53144f5c9550db8b555afe5399023e7f1d4 Mon Sep 17 00:00:00 2001 From: Derek Collison Date: Wed, 5 Dec 2012 17:00:23 -0800 Subject: [PATCH] bumped version --- server/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/const.go b/server/const.go index 652e24a7..86b9d617 100644 --- a/server/const.go +++ b/server/const.go @@ -7,7 +7,7 @@ import ( ) const ( - VERSION = "go 0.1.0.alpha.2" + VERSION = "go 0.2.0.alpha" DEFAULT_PORT = 4222 DEFAULT_HOST = "0.0.0.0"