Skip to content

Commit

Permalink
feat: bump handshake version for release (#3659)
Browse files Browse the repository at this point in the history
  • Loading branch information
aloknerurkar committed Dec 16, 2022
1 parent 409181d commit 57d33a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/p2p/libp2p/internal/handshake/handshake.go
Expand Up @@ -30,7 +30,7 @@ const (
// ProtocolName is the text of the name of the handshake protocol.
ProtocolName = "handshake"
// ProtocolVersion is the current handshake protocol version.
ProtocolVersion = "6.0.0"
ProtocolVersion = "7.0.0"
// StreamName is the name of the stream used for handshake purposes.
StreamName = "handshake"
// MaxWelcomeMessageLength is maximum number of characters allowed in the welcome message.
Expand Down

0 comments on commit 57d33a2

Please sign in to comment.