Skip to content

Commit

Permalink
Merge branch 'v1' into GODRIVER-2701
Browse files Browse the repository at this point in the history
  • Loading branch information
timothy-kim-mongo authored Jul 10, 2024
2 parents abbec79 + 037167c commit 1b80825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/mongo/driver/topology/fsm.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var (
MinSupportedMongoDBVersion = "3.6"

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

type fsm struct {
Expand Down

0 comments on commit 1b80825

Please sign in to comment.