Skip to content

Commit fcfd2a3

Browse files
authored
GODRIVER-2032 bump maxWireVersion (#693)
1 parent f7a600e commit fcfd2a3

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
@@ -18,7 +18,7 @@ import (
1818

1919
var (
2020
// SupportedWireVersions is the range of wire versions supported by the driver.
21-
SupportedWireVersions = description.NewVersionRange(2, 9)
21+
SupportedWireVersions = description.NewVersionRange(2, 13)
2222
)
2323

2424
const (

0 commit comments

Comments
 (0)