From 1b37c8affdb06004ab0b185a67ccad710482ab12 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Wed, 12 Oct 2016 00:24:24 -0400 Subject: [PATCH] version: bump 0.7.3 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 104353142..beb7e8615 100644 --- a/version/version.go +++ b/version/version.go @@ -2,6 +2,6 @@ package version const Maj = "0" const Min = "7" // tmsp useability (protobuf, unix); optimizations; broadcast_tx_commit -const Fix = "2" // query conn, peer filter, fast sync fix (+hot fix to tmsp connecting) +const Fix = "3" // fixes to event safety, mempool deadlock, hvs race, replay non-empty blocks const Version = Maj + "." + Min + "." + Fix