Release v0.1.0

This commit is contained in:
Daniel Oaks
2016-09-18 09:15:23 +10:00
parent 8fb4b904e4
commit 2fdc9e5941
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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)
)