File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1309,7 +1309,7 @@ buildvariants:
1309
1309
ruby : " ruby-3.2"
1310
1310
mongodb-version : " 7.0"
1311
1311
topology : standalone
1312
- run_on : ubuntu2204
1312
+ os : ubuntu2204
1313
1313
display_name : DriverBench
1314
1314
tasks :
1315
1315
- name : " driver-bench"
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ buildvariants:
48
48
ruby: <%= latest_ruby %>
49
49
mongodb-version: <%= latest_stable_mdb %>
50
50
topology: standalone
51
- run_on : ubuntu2204
51
+ os : ubuntu2204
52
52
display_name: DriverBench
53
53
tasks:
54
54
- name: "driver-bench"
Original file line number Diff line number Diff line change 16
16
17
17
module Mongo
18
18
# The current version of the driver.
19
- VERSION = '2.20.1 '
19
+ VERSION = '2.21.0 '
20
20
end
You can’t perform that action at this time.
0 commit comments