Skip to content

Commit aeb9ec0

Browse files
authored
feat: bump handshake version (#327)
1 parent 489f0c4 commit aeb9ec0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import (
55
"context"
66
"crypto/ecdh"
77
"errors"
8+
89
"github.com/ethereum/go-ethereum/common"
910
"github.com/ethereum/go-ethereum/crypto"
1011
"github.com/libp2p/go-libp2p/core"
@@ -17,7 +18,7 @@ import (
1718

1819
const (
1920
ProtocolName = "handshake"
20-
ProtocolVersion = "4.0.0"
21+
ProtocolVersion = "5.0.0"
2122
StreamName = "handshake"
2223
)
2324

0 commit comments

Comments
 (0)