release: minor release 0.33.1 (#4401)

* release: minor release 0.33.1

- minor release for 0.33.1

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

* remvoe wording

* version bump
This commit is contained in:
Marko
2020-02-13 16:38:00 +01:00
committed by GitHub
parent 67837e5f40
commit fb5751d2c5
4 changed files with 27 additions and 13 deletions
+1 -1
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.32.8"
TMCoreSemVer = "0.33.1"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.16.1"