Skip to content

Commit 1b80825

Browse files
Merge branch 'v1' into GODRIVER-2701
2 parents abbec79 + 037167c commit 1b80825

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
@@ -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)