Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@ buildvariants:
ruby: "ruby-3.2"
mongodb-version: "7.0"
topology: standalone
run_on: ubuntu2204
os: ubuntu2204
display_name: DriverBench
tasks:
- name: "driver-bench"
Expand Down
2 changes: 1 addition & 1 deletion .evergreen/config/standard.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ buildvariants:
ruby: <%= latest_ruby %>
mongodb-version: <%= latest_stable_mdb %>
topology: standalone
run_on: ubuntu2204
os: ubuntu2204
display_name: DriverBench
tasks:
- name: "driver-bench"
Expand Down
2 changes: 1 addition & 1 deletion lib/mongo/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@

module Mongo
# The current version of the driver.
VERSION = '2.20.1'
VERSION = '2.21.0'
end