Skip to content

Commit

Permalink
GODRIVER-3256 Bump maxWireVersion for MongoDB 8.0 (#1695)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Jul 10, 2024
1 parent 91b5714 commit 037167c
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 037167c

Please sign in to comment.