version bump and release branch

This commit is contained in:
Ethan Buchman
2016-08-05 19:15:14 -04:00
parent 6643e4969f
commit 6fef314423
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
package version
const Maj = "0"
const Min = "6" // tmsp refactor
const Min = "7" // tmsp useability (protobuf, unix); optimizations; broadcast_tx_commit
const Fix = "0"
const Version = Maj + "." + Min + "." + Fix