update tendermint to v0.19.1

This commit is contained in:
Ethan Buchman
2018-04-28 22:04:29 -04:00
parent 7843062d79
commit 59a5da4f3a
4 changed files with 23 additions and 16 deletions
+2 -2
View File
@@ -7,9 +7,9 @@ package version
const Maj = "0"
const Min = "15"
const Fix = "0"
const Fix = "1"
const Version = "0.15.0"
const Version = "0.15.1"
// GitCommit set by build flags
var GitCommit = ""