Skip to content

Commit

Permalink
Release 2.14.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily Giurleo committed Oct 9, 2020
1 parent b9e486c commit 9c94e68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To install the mongo gem manually:

.. code-block:: sh

gem install mongo -v 2.14.0.beta
gem install mongo -v 2.14.0.rc1


What's New
Expand Down
2 changes: 1 addition & 1 deletion lib/mongo/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ module Mongo
# The current version of the driver.
#
# @since 2.0.0
VERSION = '2.14.0.beta'.freeze
VERSION = '2.14.0.rc1'.freeze
end

0 comments on commit 9c94e68

Please sign in to comment.