changelog and version

This commit is contained in:
Ethan Buchman 2018-04-09 20:41:03 +03:00
parent f275034830
commit 31476b1b29
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 0.14.1 (April 9, 2018)
BUG FIXES
* [gaiacli] Fix all commands (just a duplicate of basecli for now)
## 0.14.0 (April 9, 2018)
BREAKING CHANGES:

View File

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