Browse Source

revert abci change

pull/4000/head
Marko Baricevic 5 years ago
parent
commit
049f158465
No known key found for this signature in database GPG Key ID: 1C1A5B44A0E4674D
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      version/version.go

+ 1
- 1
version/version.go View File

@ -23,7 +23,7 @@ const (
TMCoreSemVer = "0.32.4"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.16.2"
ABCISemVer = "0.16.1"
ABCIVersion = ABCISemVer
)


Loading…
Cancel
Save