From 69a06cbeebd08c89d32746c08f94ec99f0d25258 Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev Date: Tue, 23 Feb 2021 21:57:43 -0500 Subject: [PATCH] Release 7.2.1 --- lib/mongoid/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mongoid/version.rb b/lib/mongoid/version.rb index c859120ac5..c5373b5c43 100644 --- a/lib/mongoid/version.rb +++ b/lib/mongoid/version.rb @@ -2,5 +2,5 @@ # encoding: utf-8 module Mongoid - VERSION = "7.2.0" + VERSION = "7.2.1" end