From 2ebad0f1824cdee221984f6a7db7ea18bfbb2dc8 Mon Sep 17 00:00:00 2001 From: Derek Collison Date: Mon, 14 Oct 2013 22:29:33 -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 00d97b18..64b94240 100644 --- a/server/const.go +++ b/server/const.go @@ -8,7 +8,7 @@ import ( const ( // VERSION is the current version for the server. - VERSION = "go-0.3.7" + VERSION = "go-0.3.8" // DEFAULT_PORT is the deault port for client connections. DEFAULT_PORT = 4222