diff --git a/p2p.go b/p2p.go index 6c51896..0f0d0c5 100644 --- a/p2p.go +++ b/p2p.go @@ -20,7 +20,7 @@ import ( "time" ) -const p2pClientVersionString = "godaisy/0.1" +const p2pClientVersionString = "godaisy/0.2" // Header for JSON messages we're sending type p2pMsgHeader struct {