From a9ca803fc2cff87a9d5da124f8f89afea2d3ad79 Mon Sep 17 00:00:00 2001 From: Derek Collison Date: Tue, 30 Jul 2013 19:26:06 -0700 Subject: [PATCH] Bumped version --- server/const.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/const.go b/server/const.go index caa4921e..7554c386 100644 --- a/server/const.go +++ b/server/const.go @@ -7,7 +7,7 @@ import ( ) const ( - VERSION = "go-0.3.0.alpha.2" + VERSION = "go-0.3.1" DEFAULT_PORT = 4222 DEFAULT_HOST = "0.0.0.0" @@ -34,6 +34,7 @@ const ( DEFAULT_PING_INTERVAL = 2 * time.Minute DEFAULT_PING_MAX_OUT = 2 + // CRLF string CR_LF = "\r\n" // Write/Flush Deadlines