Skip to content

Commit 6c26542

Browse files
authored
RUBY-3544 prepare for 2.21.0 (mongodb#2895)
* RUBY-3544 bump version number * let's bump all the way to 2.21.0 * fix driverbench os spec
1 parent 9046817 commit 6c26542

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.evergreen/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@ buildvariants:
13091309
ruby: "ruby-3.2"
13101310
mongodb-version: "7.0"
13111311
topology: standalone
1312-
run_on: ubuntu2204
1312+
os: ubuntu2204
13131313
display_name: DriverBench
13141314
tasks:
13151315
- name: "driver-bench"

.evergreen/config/standard.yml.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ buildvariants:
4848
ruby: <%= latest_ruby %>
4949
mongodb-version: <%= latest_stable_mdb %>
5050
topology: standalone
51-
run_on: ubuntu2204
51+
os: ubuntu2204
5252
display_name: DriverBench
5353
tasks:
5454
- name: "driver-bench"

lib/mongo/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616

1717
module Mongo
1818
# The current version of the driver.
19-
VERSION = '2.20.1'
19+
VERSION = '2.21.0'
2020
end

0 commit comments

Comments
 (0)