Commit 4a0558e2 authored by acud's avatar acud Committed by GitHub

chore: increment handshake protocol (#2110)

parent c8595c2e
......@@ -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 = "3.0.0"
ProtocolVersion = "4.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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment