Skip to content

Commit f80452b

Browse files
committed
Driver supports up to wire version 5
1 parent b3abb75 commit f80452b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mongo/server/description/features.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Features
3838
# The wire protocol versions that this version of the driver supports.
3939
#
4040
# @since 2.0.0
41-
DRIVER_WIRE_VERSIONS = (0..4).freeze
41+
DRIVER_WIRE_VERSIONS = (0..5).freeze
4242

4343
# Create the methods for each mapping to tell if they are supported.
4444
#

0 commit comments

Comments
 (0)