From e5aa37dc710acedea0d80f13e1ecffa544e5bfb0 Mon Sep 17 00:00:00 2001 From: Paul Bob Date: Tue, 7 May 2024 14:05:31 +0300 Subject: [PATCH] Bumped avo to 3.7.0 --- Gemfile.lock | 2 +- lib/avo/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 10e37ad0c8..9cee6ed3d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - avo (3.6.4) + avo (3.7.0) actionview (>= 6.1) active_link_to activerecord (>= 6.1) diff --git a/lib/avo/version.rb b/lib/avo/version.rb index eda4aabbbf..fd566846ff 100644 --- a/lib/avo/version.rb +++ b/lib/avo/version.rb @@ -1,3 +1,3 @@ module Avo - VERSION = "3.6.4" unless const_defined?(:VERSION) + VERSION = "3.7.0" unless const_defined?(:VERSION) end