changelog and version

This commit is contained in:
Ethan Buchman
2017-12-29 11:28:44 -05:00
parent 28bbeac763
commit 60f95cd9ea
2 changed files with 3 additions and 2 deletions

View File

@@ -1,13 +1,13 @@
package version
const Maj = "0"
const Min = "14"
const Min = "15"
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.14.0"
Version = "0.15.0"
// GitCommit is the current HEAD set using ldflags.
GitCommit string