Skip to content

Commit

Permalink
chore(handshake): bump version (#2676)
Browse files Browse the repository at this point in the history
  • Loading branch information
acud committed Nov 24, 2021
1 parent e58bb9e commit 8fa696a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/p2p/libp2p/internal/handshake/handshake.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const (
// ProtocolName is the text of the name of the handshake protocol.
ProtocolName = "handshake"
// ProtocolVersion is the current handshake protocol version.
ProtocolVersion = "4.0.0"
ProtocolVersion = "5.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 8fa696a

Please sign in to comment.