From f7fe4ceb2a661b00f9fdd1b25a51e72c9608775b Mon Sep 17 00:00:00 2001 From: ivoras Date: Sat, 2 Feb 2019 10:55:10 +0100 Subject: [PATCH] Bump the version number up, it deserves it --- p2p.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {