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 988ff0b commit c3306ceCopy full SHA for c3306ce
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.10.3
+ gem install mongo -v 2.10.4
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.10.3'.freeze
+ VERSION = '2.10.4'.freeze
end
0 commit comments