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 01380c7 commit 74a1d7fCopy full SHA for 74a1d7f
docs/installation.txt
@@ -19,7 +19,7 @@ To install the mongo gem manually:
19
20
.. code-block:: sh
21
22
- gem install mongo -v 2.13.0.beta1
+ gem install mongo -v 2.13.0.rc1
23
24
25
What's New
lib/mongo/version.rb
@@ -17,5 +17,5 @@ module Mongo
17
# The current version of the driver.
18
#
# @since 2.0.0
- VERSION = '2.13.0.beta1'
+ VERSION = '2.13.0.rc1'.freeze
end
0 commit comments