Browse Source

bump versions

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

+ 2
- 2
version/version.go View File

@ -20,10 +20,10 @@ 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.32.3"
TMCoreSemVer = "0.32.4"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.16.1"
ABCISemVer = "0.16.2"
ABCIVersion = ABCISemVer
)


Loading…
Cancel
Save