Skip to content

Commit

Permalink
GODRIVER-2032 bump maxWireVersion (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
iwysiu authored Jun 28, 2021
1 parent f7a600e commit fcfd2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/mongo/driver/topology/fsm.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (

var (
// SupportedWireVersions is the range of wire versions supported by the driver.
SupportedWireVersions = description.NewVersionRange(2, 9)
SupportedWireVersions = description.NewVersionRange(2, 13)
)

const (
Expand Down

0 comments on commit fcfd2a3

Please sign in to comment.