mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-13 07:29:30 +01:00
Release v0.1.0
This commit is contained in:
parent
8fb4b904e4
commit
2fdc9e5941
@ -4,7 +4,7 @@ All notable changes to Oragono will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/). For the purposes of versioning, we consider the "public API" to refer to the configuration files, CLI interface and database format.
|
||||
|
||||
|
||||
## Unreleased
|
||||
## [0.1.0] - 2016-09-18
|
||||
Initial release of Oragono!
|
||||
|
||||
### Security
|
||||
|
@ -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)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user