diff --git a/Gemfile.lock b/Gemfile.lock index 04afa0b371..583b11a904 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - avo (3.5.6) + avo (3.5.7) actionview (>= 6.1) active_link_to activerecord (>= 6.1) diff --git a/lib/avo/version.rb b/lib/avo/version.rb index 3e0e05e84e..80dd37cc43 100644 --- a/lib/avo/version.rb +++ b/lib/avo/version.rb @@ -1,3 +1,3 @@ module Avo - VERSION = "3.5.6" unless const_defined?(:VERSION) + VERSION = "3.5.7" unless const_defined?(:VERSION) end