3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-13 07:29:30 +01:00

Rename things for next version

This commit is contained in:
Daniel Oaks 2016-09-18 11:48:41 +10:00
parent 2fdc9e5941
commit 88ce999b52
2 changed files with 17 additions and 1 deletions

View File

@ -4,6 +4,22 @@ 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
The next release of Oragono!
Improved compatibility, more features, etc.
### Security
### Added
### Changed
### Removed
### Fixed
## [0.1.0] - 2016-09-18
Initial release of Oragono!

View File

@ -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)
)