Skip to content

Commit

Permalink
version bump to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuchman committed Jan 13, 2017
1 parent 16a5c6b commit 9b4660b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version/version.go
@@ -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

0 comments on commit 9b4660b

Please sign in to comment.