Skip to content

Commit d098edf

Browse files
authored
fix: bump handshake for release (#747)
1 parent 5c81d9b commit d098edf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

p2p/pkg/p2p/libp2p/internal/handshake/handshake.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717

1818
const (
1919
ProtocolName = "handshake"
20-
ProtocolVersion = "9.0.0"
20+
ProtocolVersion = "10.0.0"
2121
StreamName = "handshake"
2222
)
2323

0 commit comments

Comments
 (0)