version and changelog

This commit is contained in:
Ethan Buchman 2018-04-09 16:52:13 +03:00
parent 9722f41600
commit 1074ab6d67
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## 0.14.0 (TBD)
## 0.14.0 (April 9, 2018)
BREAKING CHANGES:

View File

@ -9,7 +9,7 @@ const Maj = "0"
const Min = "14"
const Fix = "0"
const Version = "0.14.0-dev"
const Version = "0.14.0"
// GitCommit set by build flags
var GitCommit = ""