3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00
This commit is contained in:
Jeremy Latt 2014-03-08 19:24:55 -08:00
parent bc3480ebb8
commit f1b610e1c1

View File

@ -23,7 +23,7 @@ var (
)
const (
SEM_VER = "ergonomadic-1.2.15"
SEM_VER = "ergonomadic-1.3"
CRLF = "\r\n"
MAX_REPLY_LEN = 512 - len(CRLF)