changelog and version
This commit is contained in:
parent
f275034830
commit
31476b1b29
|
@ -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:
|
||||
|
|
|
@ -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 = ""
|
||||
|
|
Loading…
Reference in New Issue