diff --git a/lib/mongo/server/description/features.rb b/lib/mongo/server/description/features.rb index 97a222713b..cfae85c7a2 100644 --- a/lib/mongo/server/description/features.rb +++ b/lib/mongo/server/description/features.rb @@ -83,7 +83,7 @@ class Features # The wire protocol versions that this version of the driver supports. # # @since 2.0.0 - DRIVER_WIRE_VERSIONS = (6..21).freeze + DRIVER_WIRE_VERSIONS = (6..25).freeze # Create the methods for each mapping to tell if they are supported. #