From 21079c9c2ce5e0abbd8b3f775cb5694847a0cc80 Mon Sep 17 00:00:00 2001 From: Derek Collison Date: Thu, 6 Dec 2012 12:05:56 -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 86b9d617..37483772 100644 --- a/server/const.go +++ b/server/const.go @@ -7,7 +7,7 @@ import ( ) const ( - VERSION = "go 0.2.0.alpha" + VERSION = "go 0.2.0.alpha.1" DEFAULT_PORT = 4222 DEFAULT_HOST = "0.0.0.0"