mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-30 22:08:56 -07:00
Release v0.1.0
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ package irc
|
||||
import "fmt"
|
||||
|
||||
const (
|
||||
SEM_VER = "0.1.0-unreleased"
|
||||
SEM_VER = "0.1.0"
|
||||
CRLF = "\r\n"
|
||||
MAX_REPLY_LEN = 512 - len(CRLF)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user