diff --git a/lib/mongo/version.rb b/lib/mongo/version.rb index 97002e408e..ea41ea7f87 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.2' + VERSION = '2.21.3' end diff --git a/product.yml b/product.yml index 5b50911f81..b260f3316f 100644 --- a/product.yml +++ b/product.yml @@ -5,5 +5,5 @@ description: a pure-Ruby driver for connecting to, querying, and manipulating Mo package: mongo jira: https://jira.mongodb.org/projects/RUBY version: - number: 2.21.2 + number: 2.21.3 file: lib/mongo/version.rb