Skip to content

Commit

Permalink
bump version number(s) (#5813)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed May 1, 2024
1 parent ff4c317 commit 88f4b1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Compatibility

Mongoid supports and is tested against:

- MRI 2.7 - 3.1
- MRI 2.7 - 3.2
- JRuby 9.4
- MongoDB server 3.6 - 6.0
- MongoDB server 3.6 - 7.0

Issues
------
Expand Down
2 changes: 1 addition & 1 deletion lib/mongoid/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# rubocop:todo all

module Mongoid
VERSION = "9.0.0.alpha"
VERSION = "9.0.0"
end

0 comments on commit 88f4b1a

Please sign in to comment.