We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3083862 + 6c26542 commit dce144dCopy full SHA for dce144d
.evergreen/config.yml
@@ -1309,7 +1309,7 @@ buildvariants:
1309
ruby: "ruby-3.2"
1310
mongodb-version: "7.0"
1311
topology: standalone
1312
- run_on: ubuntu2204
+ os: ubuntu2204
1313
display_name: DriverBench
1314
tasks:
1315
- name: "driver-bench"
.evergreen/config/standard.yml.erb
@@ -48,7 +48,7 @@ buildvariants:
48
ruby: <%= latest_ruby %>
49
mongodb-version: <%= latest_stable_mdb %>
50
51
52
53
54
lib/mongo/version.rb
@@ -16,5 +16,5 @@
16
17
module Mongo
18
# The current version of the driver.
19
- VERSION = '2.20.1'
+ VERSION = '2.21.0'
20
end
0 commit comments