Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ API documentation for the most recent release can be found
To build API documentation for the master branch, check out the
repository locally and run `rake docs`.

High-level driver documentation including tutorials and the reference that were in the docs folder can now be found
at the docs-ruby repository, [here](https://github.com/mongodb/docs-ruby)

## Support

Commercial support for the driver is available through the
Expand Down
2 changes: 1 addition & 1 deletion lib/mongo/server/description/features.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down