Skip to content

Commit a179f7b

Browse files
authored
GODRIVER-2791 Bump maxWireVersion for MongoDB 7.0 (#1293)
1 parent c935228 commit a179f7b

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
@@ -21,7 +21,7 @@ var (
2121
MinSupportedMongoDBVersion = "3.6"
2222

2323
// SupportedWireVersions is the range of wire versions supported by the driver.
24-
SupportedWireVersions = description.NewVersionRange(6, 17)
24+
SupportedWireVersions = description.NewVersionRange(6, 21)
2525
)
2626

2727
type fsm struct {

0 commit comments

Comments
 (0)