fixes and version bump

This commit is contained in:
Ethan Buchman
2017-12-06 03:33:03 -05:00
parent 42e77de6a3
commit 167d0e82f9
9 changed files with 25 additions and 19 deletions

View File

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