From 0007cd4485cccd31b81c03ca99331e73bab16d00 Mon Sep 17 00:00:00 2001 From: Paul Bob Date: Tue, 6 Aug 2024 11:51:52 +0300 Subject: [PATCH] Bumped avo to 3.11.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 cc4cebab6a..c4bda3216b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -106,7 +106,7 @@ GIT PATH remote: . specs: - avo (3.10.10) + avo (3.11.0) actionview (>= 6.1) active_link_to activerecord (>= 6.1) diff --git a/lib/avo/version.rb b/lib/avo/version.rb index 5c7e47b527..56599ef4a8 100644 --- a/lib/avo/version.rb +++ b/lib/avo/version.rb @@ -1,3 +1,3 @@ module Avo - VERSION = "3.10.10" unless const_defined?(:VERSION) + VERSION = "3.11.0" unless const_defined?(:VERSION) end