diff --git a/Gemfile.lock b/Gemfile.lock index 0ce96c0..e891d66 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - propshaft (0.7.0) + propshaft (0.8.0) actionpack (>= 7.0.0) activesupport (>= 7.0.0) rack diff --git a/lib/propshaft/version.rb b/lib/propshaft/version.rb index 71c5bf1..70b773b 100644 --- a/lib/propshaft/version.rb +++ b/lib/propshaft/version.rb @@ -1,3 +1,3 @@ module Propshaft - VERSION = "0.7.0" + VERSION = "0.8.0" end