We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af89d22 commit 2fed15fCopy full SHA for 2fed15f
docs/installation.txt
@@ -18,7 +18,7 @@ To install the mongo gem manually:
18
19
.. code-block:: sh
20
21
- gem install mongo -v 2.9.0
+ gem install mongo -v 2.9.1.rc0
22
23
TLS/SSL and the Ruby driver
24
---------------------------
lib/mongo/version.rb
@@ -17,5 +17,5 @@ module Mongo
17
# The current version of the driver.
#
# @since 2.0.0
- VERSION = '2.9.0'.freeze
+ VERSION = '2.9.1.rc0'.freeze
end
0 commit comments