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-02 11:06:02 -08:00
parent 3441cb7ebe
commit 8f0d2b89ee

View File

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