rc1/v0.33.4

Prepare release 0.33.4
This commit is contained in:
Marko
2020-04-21 14:36:33 +02:00
committed by GitHub
parent 349556c6d9
commit 727c15e5e2
4 changed files with 49 additions and 28 deletions

View File

@@ -20,7 +20,7 @@ const (
// Must be a string because scripts like dist.sh read this file.
// XXX: Don't change the name of this variable or you will break
// automation :)
TMCoreSemVer = "0.33.3"
TMCoreSemVer = "0.33.4"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.16.2"