Update version.go for release

This commit is contained in:
Zaki Manian
2019-09-26 08:48:37 -07:00
committed by Jack Zampolin
parent 3a0cdda4c2
commit f4a5d4b153
+1 -1
View File
@@ -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.31.8"
TMCoreSemVer = "0.31.9"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.16.0"