We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a600e commit fcfd2a3Copy full SHA for fcfd2a3
x/mongo/driver/topology/fsm.go
@@ -18,7 +18,7 @@ import (
18
19
var (
20
// SupportedWireVersions is the range of wire versions supported by the driver.
21
- SupportedWireVersions = description.NewVersionRange(2, 9)
+ SupportedWireVersions = description.NewVersionRange(2, 13)
22
)
23
24
const (
0 commit comments