Skip to content

Commit a6626e8

Browse files
committed
Release 7.4.0
1 parent e94ad29 commit a6626e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/installation.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To install the gem with bundler, include the following in your ``Gemfile``:
2727

2828
.. code-block:: ruby
2929

30-
gem 'mongoid', '~> 7.3.0'
30+
gem 'mongoid', '~> 7.4.0'
3131

3232
Using Mongoid with a New Rails Application
3333
==========================================

lib/mongoid/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Mongoid
4-
VERSION = "7.3.0"
4+
VERSION = "7.4.0"
55
end

0 commit comments

Comments
 (0)