Browse Source

version bump to 0.8.0

pull/366/head
Ethan Buchman 8 years ago
parent
commit
9b4660b458
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      version/version.go

+ 2
- 2
version/version.go View File

@ -1,7 +1,7 @@
package version
const Maj = "0"
const Min = "7" // tmsp useability (protobuf, unix); optimizations; broadcast_tx_commit
const Fix = "4" // --pex flag and less restricted /dial_seeds
const Min = "8" // validator set changes, tmsp->abci, app persistence/recovery, BFT-liveness fix
const Fix = "0" //
const Version = Maj + "." + Min + "." + Fix

Loading…
Cancel
Save