Skip to content

Commit 9e0c908

Browse files
committedDec 1, 2020
Release 2.14.0
1 parent 9b2da95 commit 9e0c908

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎docs/installation.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To install the mongo gem manually:
1919

2020
.. code-block:: sh
2121

22-
gem install mongo -v 2.14.0.rc1
22+
gem install mongo -v 2.14.0
2323

2424

2525
What's New

‎lib/mongo/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ module Mongo
1717
# The current version of the driver.
1818
#
1919
# @since 2.0.0
20-
VERSION = '2.14.0.rc1'.freeze
20+
VERSION = '2.14.0'.freeze
2121
end

0 commit comments

Comments
 (0)
Please sign in to comment.