From bcd157df0a1301717af7502cf1e7db41e89bda43 Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev Date: Thu, 31 Oct 2019 12:28:34 -0400 Subject: [PATCH] Release 2.11.0 --- docs/installation.txt | 2 +- lib/mongo/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.txt b/docs/installation.txt index a581aee71f..3bb63244cc 100644 --- a/docs/installation.txt +++ b/docs/installation.txt @@ -18,7 +18,7 @@ To install the mongo gem manually: .. code-block:: sh - gem install mongo -v 2.11.0.rc0 + gem install mongo -v 2.11.0 TLS/SSL and the Ruby driver --------------------------- diff --git a/lib/mongo/version.rb b/lib/mongo/version.rb index 52edf6b2ed..061ab4c7b1 100644 --- a/lib/mongo/version.rb +++ b/lib/mongo/version.rb @@ -17,5 +17,5 @@ module Mongo # The current version of the driver. # # @since 2.0.0 - VERSION = '2.11.0.rc0'.freeze + VERSION = '2.11.0'.freeze end