changelog date and version

This commit is contained in:
Ethan Buchman 2018-02-19 17:35:46 -05:00
parent 8bba7c64bc
commit ec2f3f49ef
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,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.16.0 (TBD)
## 0.16.0 (February 20th, 2017)
BREAKING CHANGES:
- [config] use $TMHOME/config for all config and json files

View File

@ -7,7 +7,7 @@ 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.16.0-dev"
Version = "0.16.0"
// GitCommit is the current HEAD set using ldflags.
GitCommit string