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

@ -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