CHANGELOG: update to reflect 0.33.5 (#4915)

Final step of a point release.
This commit is contained in:
Tess Rinearson
2020-05-29 10:49:44 +00:00
committed by GitHub
parent 8b50ff60d9
commit bdf268e03e
3 changed files with 60 additions and 40 deletions
+2 -1
View File
@@ -20,7 +20,8 @@ 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.4"
TMCoreSemVer = "0.33.5"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.17.0"