Skip to content

Commit 037167c

Browse files
authored
GODRIVER-3256 Bump maxWireVersion for MongoDB 8.0 (#1695)
1 parent 91b5714 commit 037167c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/mongo/driver/topology/fsm.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var (
2222
MinSupportedMongoDBVersion = "3.6"
2323

2424
// SupportedWireVersions is the range of wire versions supported by the driver.
25-
SupportedWireVersions = description.NewVersionRange(6, 21)
25+
SupportedWireVersions = description.NewVersionRange(6, 25)
2626
)
2727

2828
type fsm struct {

0 commit comments

Comments
 (0)