We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c81d9b commit d098edfCopy full SHA for d098edf
1 file changed
p2p/pkg/p2p/libp2p/internal/handshake/handshake.go
@@ -17,7 +17,7 @@ import (
17
18
const (
19
ProtocolName = "handshake"
20
- ProtocolVersion = "9.0.0"
+ ProtocolVersion = "10.0.0"
21
StreamName = "handshake"
22
)
23
0 commit comments