types: fix genesis.AppStateJSON

This commit is contained in:
Ethan Buchman
2018-03-27 11:20:09 -04:00
parent e1d98bb7f6
commit 9bf5862def
3 changed files with 12 additions and 6 deletions

View File

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