From 6882edeff7def9b7730da7c43145c980acc9a7c7 Mon Sep 17 00:00:00 2001 From: Jeremy Latt Date: Tue, 25 Feb 2014 09:14:50 -0800 Subject: [PATCH] version 1.1.0 --- irc/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/constants.go b/irc/constants.go index d5248347..74b43611 100644 --- a/irc/constants.go +++ b/irc/constants.go @@ -23,7 +23,7 @@ var ( ) const ( - SERVER_VERSION = "1.0.0" + SERVER_VERSION = "1.1.0" CRLF = "\r\n" MAX_REPLY_LEN = 512 - len(CRLF)