bump version 0.7.1

This commit is contained in:
Ethan Buchman
2016-09-10 18:05:13 -04:00
parent 34024291af
commit 364932238a
+1 -1
View File
@@ -2,6 +2,6 @@ package version
const Maj = "0"
const Min = "7" // tmsp useability (protobuf, unix); optimizations; broadcast_tx_commit
const Fix = "0"
const Fix = "1" // query conn, peer filter, fast sync fix
const Version = Maj + "." + Min + "." + Fix