From 9935fe5dba371df20afa0af30eb4488d13d44931 Mon Sep 17 00:00:00 2001 From: David Hill Date: Mon, 17 Oct 2016 13:45:12 -0400 Subject: [PATCH] wire: Bump minor due to feefilter addition --- wire/msgversion.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire/msgversion.go b/wire/msgversion.go index 44ecac1d..55bdc135 100644 --- a/wire/msgversion.go +++ b/wire/msgversion.go @@ -18,7 +18,7 @@ import ( const MaxUserAgentLen = 256 // DefaultUserAgent for wire in the stack -const DefaultUserAgent = "/btcwire:0.4.1/" +const DefaultUserAgent = "/btcwire:0.5.0/" // MsgVersion implements the Message interface and represents a bitcoin version // message. It is used for a peer to advertise itself as soon as an outbound