1
0
Fork 0
forked from External/ergo

version: Clarify semantic versioning "public API" and reset ver number on Oragono

This commit is contained in:
Daniel Oaks 2016-04-14 15:31:51 +10:00
parent 7b35ea6361
commit 63f5f34f28
3 changed files with 5 additions and 2 deletions

View file

@ -1,7 +1,7 @@
package irc
const (
SEM_VER = "oragono-1.4.4"
SEM_VER = "oragono-0.1.0-unreleased"
CRLF = "\r\n"
MAX_REPLY_LEN = 512 - len(CRLF)