changelog and version bump

This commit is contained in:
Ethan Buchman
2017-12-11 15:05:56 -05:00
parent 5c58db3bb4
commit 2af32d6665
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ BUG FIXES:
- Graceful handling/recovery for apps that have non-determinism or fail to halt
- Graceful handling/recovery for violations of safety, or liveness
## 0.14.0 (TBD)
## 0.14.0 (December 11, 2017)
BREAKING CHANGES:
- consensus/wal: removed separator

View File

@@ -1,13 +1,13 @@
package version
const Maj = "0"
const Min = "13"
const Min = "14"
const Fix = "0"
var (
// Version is the current version of Tendermint
// Must be a string because scripts like dist.sh read this file.
Version = "0.13.0"
Version = "0.14.0"
// GitCommit is the current HEAD set using ldflags.
GitCommit string