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 ee6301c commit bcd157dCopy full SHA for bcd157d
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.11.0.rc0
+ gem install mongo -v 2.11.0
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.11.0.rc0'.freeze
+ VERSION = '2.11.0'.freeze
end
0 commit comments