From 8ea563226966f78bec21a3676c67fb12a3b08396 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Fri, 29 Sep 2017 06:50:09 +1000 Subject: [PATCH] Setup v0.9.2-unreleased devel ver --- CHANGELOG.md | 16 ++++++++++++++++ irc/constants.go | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4838af5c..08bbf5ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 +New release of Oragono! + +### Config Changes + +### Security + +### Added + +### Changed + +### Removed + +### Fixed + + ## [0.9.1] - 2017-09-28 This is a patch release to fix compatibility with Irssi and resolve some issues! Thanks very much @dequis, @slingamn and squigz for the help and for bringing up the issues. diff --git a/irc/constants.go b/irc/constants.go index d5b99079..1baa3913 100644 --- a/irc/constants.go +++ b/irc/constants.go @@ -9,7 +9,7 @@ import "fmt" const ( // SemVer is the semantic version of Oragono. - SemVer = "0.9.1" + SemVer = "0.9.2-unreleased" ) var (