swarm/network: bump bzz protocol version (#17449)

This commit is contained in:
Anton Evangelatov
2018-08-21 10:34:40 +02:00
committed by Péter Szilágyi
parent dcd97c41fa
commit c582667c9b
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ import (
)
const (
TestProtocolVersion = 5
TestProtocolVersion = 6
TestProtocolNetworkID = 3
)