Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielOaks committed Sep 17, 2016
1 parent 8fb4b90 commit 2fdc9e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion irc/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
)
Expand Down

0 comments on commit 2fdc9e5

Please sign in to comment.