From 733894a6bc8e4c2ff2d34061d8708e9a5bb89acb Mon Sep 17 00:00:00 2001 From: Jules de Smit Date: Sun, 28 Jul 2019 14:28:29 +0200 Subject: [PATCH] Update version --- pkg/p2p/wire/protocol/protocol.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/p2p/wire/protocol/protocol.go b/pkg/p2p/wire/protocol/protocol.go index 73d8abc2d..ff54ada14 100755 --- a/pkg/p2p/wire/protocol/protocol.go +++ b/pkg/p2p/wire/protocol/protocol.go @@ -22,7 +22,7 @@ const ( var NodeVer = &Version{ Major: 0, Minor: 1, - Patch: 0, + Patch: 1, } // Magic is the network that Dusk is running on