Skip to content

Commit 3ae303d

Browse files
committed
Bump wire protocol version for 4.2
GODRIVER-589 Change-Id: Idf7f47f4f72db53fcabf9e53c35b74232f83433f
1 parent 867a9c9 commit 3ae303d

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
@@ -15,7 +15,7 @@ import (
1515
"go.mongodb.org/mongo-driver/x/mongo/driver/description"
1616
)
1717

18-
var supportedWireVersions = description.NewVersionRange(2, 6)
18+
var supportedWireVersions = description.NewVersionRange(2, 8)
1919
var minSupportedMongoDBVersion = "2.6"
2020

2121
type fsm struct {

0 commit comments

Comments
 (0)