From 2c183af60196c3ccf018944838fbfd61cba29213 Mon Sep 17 00:00:00 2001 From: Paul Bob Date: Wed, 8 May 2024 21:09:38 +0300 Subject: [PATCH] Bumped avo to 3.7.1 --- Gemfile.lock | 2 +- lib/avo/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8ce29680b7..6e81842558 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - avo (3.7.0) + avo (3.7.1) actionview (>= 6.1) active_link_to activerecord (>= 6.1) diff --git a/lib/avo/version.rb b/lib/avo/version.rb index fd566846ff..efaaca84b8 100644 --- a/lib/avo/version.rb +++ b/lib/avo/version.rb @@ -1,3 +1,3 @@ module Avo - VERSION = "3.7.0" unless const_defined?(:VERSION) + VERSION = "3.7.1" unless const_defined?(:VERSION) end