We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b5714 commit 037167cCopy full SHA for 037167c
x/mongo/driver/topology/fsm.go
@@ -22,7 +22,7 @@ var (
22
MinSupportedMongoDBVersion = "3.6"
23
24
// SupportedWireVersions is the range of wire versions supported by the driver.
25
- SupportedWireVersions = description.NewVersionRange(6, 21)
+ SupportedWireVersions = description.NewVersionRange(6, 25)
26
)
27
28
type fsm struct {
0 commit comments