Skip to content

Commit 1380613

Browse files
GODRIVER-2408 Bump maxWireVersion for MongoDB 6.0 (#962)
1 parent aa32249 commit 1380613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/mongo/driver/topology/fsm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818

1919
var (
2020
// SupportedWireVersions is the range of wire versions supported by the driver.
21-
SupportedWireVersions = description.NewVersionRange(2, 15)
21+
SupportedWireVersions = description.NewVersionRange(2, 17)
2222
)
2323

2424
const (

0 commit comments

Comments
 (0)