Skip to content

Commit

Permalink
Bump default user agent to 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
davecgh committed Sep 20, 2014
1 parent 0127b3a commit 8733b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msgversion.go
Expand Up @@ -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
Expand Down

0 comments on commit 8733b9c

Please sign in to comment.