rc1/v0.33.2(#4541)

* rc1/v0.33.2

- release candiadte for 0.33.2

Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>

Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
This commit is contained in:
Marko
2020-03-11 11:57:42 +01:00
committed by GitHub
parent 31bea92d12
commit c534291a56
3 changed files with 54 additions and 13 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.1"
TMCoreSemVer = "0.33.2"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.16.1"