flush changelog pending, bump version

This commit is contained in:
Ethan Buchman
2018-09-21 17:41:02 -04:00
parent dde0936fb8
commit ee8b8bbefb
3 changed files with 55 additions and 35 deletions

View File

@@ -3,14 +3,14 @@ package version
// Version components
const (
Maj = "0"
Min = "24"
Min = "25"
Fix = "0"
)
var (
// Version is the current version of Tendermint
// Must be a string because scripts like dist.sh read this file.
Version = "0.24.0"
Version = "0.25.0"
// GitCommit is the current HEAD set using ldflags.
GitCommit string