Skip to content

Commit 5226808

Browse files
authored
GODRIVER-2270 Bump maxWireVersion for MongoDB 5.2 (#841)
1 parent 2a39aae commit 5226808

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, 14)
21+
SupportedWireVersions = description.NewVersionRange(2, 15)
2222
)
2323

2424
const (

0 commit comments

Comments
 (0)