From 7302d17c2e7d3db7faeff770ed4f516159d36bec Mon Sep 17 00:00:00 2001 From: Derek Collison Date: Mon, 19 Aug 2013 15:10:05 -0700 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 230f266b..16d3f57f 100644 --- a/server/const.go +++ b/server/const.go @@ -7,7 +7,7 @@ import ( ) const ( - VERSION = "go-0.3.6" + VERSION = "go-0.3.7" DEFAULT_PORT = 4222 DEFAULT_HOST = "0.0.0.0"