dev version bump

This commit is contained in:
Ethan Buchman 2018-06-05 18:54:30 -07:00
parent 057e076ca9
commit 0e0461d9bc
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 0.19.10
*TBD*
## 0.19.9
*June 5th, 2018*

View File

@ -4,13 +4,13 @@ package version
const (
Maj = "0"
Min = "19"
Fix = "9"
Fix = "10"
)
var (
// Version is the current version of Tendermint
// Must be a string because scripts like dist.sh read this file.
Version = "0.19.9"
Version = "0.19.10-dev"
// GitCommit is the current HEAD set using ldflags.
GitCommit string