Skip to content

Commit db52800

Browse files
authored
RUBY-3802 bump max wire version to 29 for upcoming 9.0 release (#3026)
1 parent 8c2daca commit db52800

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/mongo/server/description/features.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class Features
6161
# The wire protocol versions that this version of the driver supports.
6262
#
6363
# @since 2.0.0
64-
DRIVER_WIRE_VERSIONS = 8..25
64+
DRIVER_WIRE_VERSIONS = 8..29
6565

6666
# The wire protocol versions that are deprecated in this version of the
6767
# driver. Support for these versions will be removed in the future.

0 commit comments

Comments
 (0)