From b191bc1a71686aae55d214834a3fc46d279f0c1e Mon Sep 17 00:00:00 2001 From: Paul Bob Date: Fri, 12 Jul 2024 17:09:11 +0300 Subject: [PATCH] Bumped avo to 3.10.3 --- Gemfile.lock | 2 +- lib/avo/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 96108ae5b9..16074f4ec9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -115,7 +115,7 @@ GIT PATH remote: . specs: - avo (3.10.2) + avo (3.10.3) actionview (>= 6.1) active_link_to activerecord (>= 6.1) diff --git a/lib/avo/version.rb b/lib/avo/version.rb index dce203747f..405f5f04fe 100644 --- a/lib/avo/version.rb +++ b/lib/avo/version.rb @@ -1,3 +1,3 @@ module Avo - VERSION = "3.10.2" unless const_defined?(:VERSION) + VERSION = "3.10.3" unless const_defined?(:VERSION) end