add link bump abci Version

This commit is contained in:
Marko Baricevic
2019-07-12 11:17:20 +02:00
parent 823d916a11
commit 0787b79347
2 changed files with 2 additions and 10 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ const (
TMCoreSemVer = "0.32.1"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.16.0"
ABCISemVer = "0.16.1"
ABCIVersion = ABCISemVer
)