forked from External/ergo
Rename things for next version
This commit is contained in:
parent
2fdc9e5941
commit
88ce999b52
2 changed files with 17 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ package irc
|
|||
import "fmt"
|
||||
|
||||
const (
|
||||
SEM_VER = "0.1.0"
|
||||
SEM_VER = "0.2.0-unreleased"
|
||||
CRLF = "\r\n"
|
||||
MAX_REPLY_LEN = 512 - len(CRLF)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue