bump ABCI version to 0.16.2 due to ResponseCommit.retain_height

See #4588 for original change.

I believe this is appropriate. Anything else that needs to be updated?

______

For contributor use:

- [ ] ~Wrote tests~
- [x] Updated CHANGELOG_PENDING.md
- [x] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
- [ ] ~Updated relevant documentation (`docs/`) and code comments~
- [x] Re-reviewed `Files changed` in the Github PR explorer
This commit is contained in:
Erik Grinaker
2020-04-20 10:15:56 +02:00
committed by GitHub
parent 55909aac68
commit cd19471c49
2 changed files with 2 additions and 2 deletions

View File

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