Browse Source
release: 0.33
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
pull/4491/head
v0.33.0
Marko Baricevic
5 years ago
No known key found for this signature in database
GPG Key ID: 1C1A5B44A0E4674D
1 changed files with
1 additions and
1 deletions
-
version/version.go
|
|
@ -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" |
|
|
|