Skip to content

Commit c3306ce

Browse files
author
Emily Giurleo
committed
Release version 2.10.4
1 parent 988ff0b commit c3306ce

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.10.3
21+
gem install mongo -v 2.10.4
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.10.3'.freeze
20+
VERSION = '2.10.4'.freeze
2121
end

0 commit comments

Comments
 (0)