3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00

version 1.1.0

This commit is contained in:
Jeremy Latt 2014-02-25 09:14:50 -08:00
parent 1fe73aaa9e
commit 6882edeff7

View File

@ -23,7 +23,7 @@ var (
) )
const ( const (
SERVER_VERSION = "1.0.0" SERVER_VERSION = "1.1.0"
CRLF = "\r\n" CRLF = "\r\n"
MAX_REPLY_LEN = 512 - len(CRLF) MAX_REPLY_LEN = 512 - len(CRLF)