From 8733b9c8df9fd1c6a563cc06cecb301610b87fe5 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Sat, 20 Sep 2014 12:44:51 -0500 Subject: [PATCH] Bump default user agent to 0.2.0. --- msgversion.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msgversion.go b/msgversion.go index daf6da9d..2e233a56 100644 --- a/msgversion.go +++ b/msgversion.go @@ -18,7 +18,7 @@ import ( const MaxUserAgentLen = 2000 // DefaultUserAgent for btcwire in the stack -const DefaultUserAgent = "/btcwire:0.1.4/" +const DefaultUserAgent = "/btcwire:0.2.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