Browse Source

changelog date and version

pull/1225/head
Ethan Buchman 7 years ago
parent
commit
ec2f3f49ef
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      CHANGELOG.md
  2. +1
    -1
      version/version.go

+ 1
- 1
CHANGELOG.md 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


+ 1
- 1
version/version.go 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


Loading…
Cancel
Save