From 789c874afc3945b54bd8bdad991dd438e91dd73f Mon Sep 17 00:00:00 2001 From: Derek Collison Date: Thu, 13 Dec 2012 17:11:30 -0800 Subject: [PATCH] Bumped version: deadline write logic --- server/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/const.go b/server/const.go index 19d4e7ef..9b0089dc 100644 --- a/server/const.go +++ b/server/const.go @@ -7,7 +7,7 @@ import ( ) const ( - VERSION = "go 0.2.1.alpha.2" + VERSION = "go 0.2.1.alpha.4" DEFAULT_PORT = 4222 DEFAULT_HOST = "0.0.0.0"