We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff4c317 commit 88f4b1aCopy full SHA for 88f4b1a
README.md
@@ -19,9 +19,9 @@ Compatibility
19
20
Mongoid supports and is tested against:
21
22
-- MRI 2.7 - 3.1
+- MRI 2.7 - 3.2
23
- JRuby 9.4
24
-- MongoDB server 3.6 - 6.0
+- MongoDB server 3.6 - 7.0
25
26
Issues
27
------
lib/mongoid/version.rb
@@ -2,5 +2,5 @@
2
# rubocop:todo all
3
4
module Mongoid
5
- VERSION = "9.0.0.alpha"
+ VERSION = "9.0.0"
6
end
0 commit comments