From 356686a84ea192b890619b218db53084d295f39b Mon Sep 17 00:00:00 2001 From: Paul Bob Date: Wed, 21 Feb 2024 16:54:03 +0200 Subject: [PATCH] Bump Avo to v2.48.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 7098022078..82a626d39e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - avo (2.47.0) + avo (2.48.0) actionview (>= 6.0) active_link_to activerecord (>= 6.0) diff --git a/lib/avo/version.rb b/lib/avo/version.rb index 83687eb62b..3e657ca0a3 100644 --- a/lib/avo/version.rb +++ b/lib/avo/version.rb @@ -1,3 +1,3 @@ module Avo - VERSION = "2.47.0" unless const_defined?(:VERSION) + VERSION = "2.48.0" unless const_defined?(:VERSION) end