Anton Kaliaev
6 years ago
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with
1 additions and
1 deletions
-
version/version.go
|
|
@ -18,7 +18,7 @@ const ( |
|
|
|
// TMCoreSemVer is the current version of Tendermint Core.
|
|
|
|
// It's the Semantic Version of the software.
|
|
|
|
// Must be a string because scripts like dist.sh read this file.
|
|
|
|
TMCoreSemVer = "0.29.0" |
|
|
|
TMCoreSemVer = "0.29.1" |
|
|
|
|
|
|
|
// ABCISemVer is the semantic version of the ABCI library
|
|
|
|
ABCISemVer = "0.15.0" |
|
|
|