From 88f4b1ae86fab094b553a443dc5067493210c384 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Wed, 1 May 2024 09:17:48 -0600 Subject: [PATCH] bump version number(s) (#5813) --- README.md | 4 ++-- lib/mongoid/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f2394f4e02..0eaa465a95 100644 --- a/README.md +++ b/README.md @@ -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 ------ diff --git a/lib/mongoid/version.rb b/lib/mongoid/version.rb index bd850fa5ab..a757d0eef8 100644 --- a/lib/mongoid/version.rb +++ b/lib/mongoid/version.rb @@ -2,5 +2,5 @@ # rubocop:todo all module Mongoid - VERSION = "9.0.0.alpha" + VERSION = "9.0.0" end