Skip to content

Commit

Permalink
RUBY-3544 prepare for 2.21.0 (#2895)
Browse files Browse the repository at this point in the history
* RUBY-3544 bump version number

* let's bump all the way to 2.21.0

* fix driverbench os spec
  • Loading branch information
jamis authored Sep 19, 2024
1 parent 9046817 commit 6c26542
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit 6c26542

Please sign in to comment.