From 058e59eb62da7828a14c41883dae1339229e32c9 Mon Sep 17 00:00:00 2001 From: Dmitry Rybakov <160598371+comandeo-mongo@users.noreply.github.com> Date: Tue, 12 Nov 2024 15:23:10 +0100 Subject: [PATCH] Bump version to 9.0.3 (#5901) --- 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 f7cad2fb03..e8c6638043 100644 --- a/lib/mongoid/version.rb +++ b/lib/mongoid/version.rb @@ -2,5 +2,5 @@ # rubocop:todo all module Mongoid - VERSION = "9.0.2" + VERSION = "9.0.3" end