This commit is contained in:
Jeremy Latt 2014-03-02 11:06:02 -08:00
parent 3441cb7ebe
commit 8f0d2b89ee
1 changed files with 1 additions and 1 deletions

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)