mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 10:10:08 -08:00
version 1.1.0
This commit is contained in:
parent
1fe73aaa9e
commit
6882edeff7
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue