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 fe6af60 commit 2396886Copy full SHA for 2396886
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.1
+ gem install mongo -v 2.9.2
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.1'.freeze
+ VERSION = '2.9.2'.freeze
end
0 commit comments