Release/v0.32.11 (#4709)

* privval: retry GetPubKey, SignVote/Proposal indefinitely

Fixes #4275
This commit is contained in:
Anton Kaliaev
2020-04-29 17:25:27 +02:00
committed by GitHub
parent eab4d6d82b
commit d85e2e52d2
6 changed files with 101 additions and 6 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ const (
// XXX: Don't change the name of this variable or you will break
// automation :)
TMCoreSemVer = "0.32.10"
TMCoreSemVer = "0.32.11"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.16.1"