From 7dd89166792df2d086f9911c91c6fc19725c18a2 Mon Sep 17 00:00:00 2001 From: Derek Collison Date: Mon, 10 Dec 2012 09:49:17 -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 37483772..4a3119ad 100644 --- a/server/const.go +++ b/server/const.go @@ -7,7 +7,7 @@ import ( ) const ( - VERSION = "go 0.2.0.alpha.1" + VERSION = "go 0.2.1.alpha.1" DEFAULT_PORT = 4222 DEFAULT_HOST = "0.0.0.0"