Skip to content

Commit 8820ca6

Browse files
authored
chore: bump handshake protocol version to v14.0.0 (#5120)
1 parent 027599b commit 8820ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const (
3030
// ProtocolName is the text of the name of the handshake protocol.
3131
ProtocolName = "handshake"
3232
// ProtocolVersion is the current handshake protocol version.
33-
ProtocolVersion = "13.0.0"
33+
ProtocolVersion = "14.0.0"
3434
// StreamName is the name of the stream used for handshake purposes.
3535
StreamName = "handshake"
3636
// MaxWelcomeMessageLength is maximum number of characters allowed in the welcome message.

0 commit comments

Comments
 (0)