Skip to content

Commit 0f2b51d

Browse files
committed
protocol version 12
1 parent 0934d7f commit 0f2b51d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

net/secureservice/secureservice.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ var (
3939
// ProtoVersion 10 - reserved (not used, version alignment gap)
4040
// ProtoVersion 11 - reserved (not used, version alignment gap)
4141
// ProtoVersion 12 will align with v0.12.X
42-
ProtoVersion = uint32(9)
42+
ProtoVersion = uint32(12)
4343
)
4444

4545
var (
46-
defaultCompatibleVersions = []uint32{8, 9, 12}
46+
defaultCompatibleVersions = []uint32{9, 12, 13}
4747
)
4848

4949
func New() SecureService {

0 commit comments

Comments
 (0)