This commit is contained in:
Jeremy Latt 2014-03-08 19:24:55 -08:00
parent bc3480ebb8
commit f1b610e1c1
1 changed files with 1 additions and 1 deletions

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)