Compare commits

...

1 Commits

Author SHA1 Message Date
Marko Baricevic
af99236105 release: 0.33
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
2020-01-15 12:45:10 +01:00

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.0"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.16.1"