diff --git a/lib/mongo/version.rb b/lib/mongo/version.rb index 33d0a5f7ae..97002e408e 100644 --- a/lib/mongo/version.rb +++ b/lib/mongo/version.rb @@ -5,5 +5,5 @@ module Mongo # # Note that this file is automatically updated via `rake candidate:create`. # Manual changes to this file will be overwritten by that rake task. - VERSION = '2.21.1' + VERSION = '2.21.2' end diff --git a/product.yml b/product.yml index d5c5f3c76b..5b50911f81 100644 --- a/product.yml +++ b/product.yml @@ -1,8 +1,9 @@ --- name: MongoDB Ruby Driver -description: a pure-Ruby driver for connecting to, querying, and manipulating MongoDB databases +description: a pure-Ruby driver for connecting to, querying, and manipulating MongoDB + databases package: mongo jira: https://jira.mongodb.org/projects/RUBY version: - number: 2.21.1 + number: 2.21.2 file: lib/mongo/version.rb