diff --git a/pkg/p2p/wire/protocol/protocol.go b/pkg/p2p/wire/protocol/protocol.go index 6aac31825..eed49ecad 100755 --- a/pkg/p2p/wire/protocol/protocol.go +++ b/pkg/p2p/wire/protocol/protocol.go @@ -36,7 +36,7 @@ const ( var NodeVer = &Version{ Major: 0, Minor: 4, - Patch: 1, + Patch: 3, } // Magic is the network that Dusk is running on.