Browse Source

Update version.go for release

v0.31
Zaki Manian 5 years ago
committed by Jack Zampolin
parent
commit
97a63681a8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      version/version.go

+ 1
- 1
version/version.go View File

@ -20,7 +20,7 @@ const (
// Must be a string because scripts like dist.sh read this file. // 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 // XXX: Don't change the name of this variable or you will break
// automation :) // automation :)
TMCoreSemVer = "0.31.8"
TMCoreSemVer = "0.31.9"
// ABCISemVer is the semantic version of the ABCI library // ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.16.0" ABCISemVer = "0.16.0"


Loading…
Cancel
Save