Skip to content

Commit bcd157d

Browse files
committed
Release 2.11.0
1 parent ee6301c commit bcd157d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/installation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To install the mongo gem manually:
1818

1919
.. code-block:: sh
2020

21-
gem install mongo -v 2.11.0.rc0
21+
gem install mongo -v 2.11.0
2222

2323
TLS/SSL and the Ruby driver
2424
---------------------------

lib/mongo/version.rb

Lines changed: 1 addition & 1 deletion
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.11.0.rc0'.freeze
20+
VERSION = '2.11.0'.freeze
2121
end

0 commit comments

Comments
 (0)