Skip to content

Commit 17f8c4a

Browse files
Bump version to 2.21.2 (#2939)
1 parent 6956636 commit 17f8c4a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

lib/mongo/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ module Mongo
55
#
66
# Note that this file is automatically updated via `rake candidate:create`.
77
# Manual changes to this file will be overwritten by that rake task.
8-
VERSION = '2.21.1'
8+
VERSION = '2.21.2'
99
end

product.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
name: MongoDB Ruby Driver
3-
description: a pure-Ruby driver for connecting to, querying, and manipulating MongoDB databases
3+
description: a pure-Ruby driver for connecting to, querying, and manipulating MongoDB
4+
databases
45
package: mongo
56
jira: https://jira.mongodb.org/projects/RUBY
67
version:
7-
number: 2.21.1
8+
number: 2.21.2
89
file: lib/mongo/version.rb

0 commit comments

Comments
 (0)