diff --git a/Gemfile.lock b/Gemfile.lock index 5d3c84d..a78ac0d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - propshaft (0.9.0) + propshaft (0.9.1) actionpack (>= 7.0.0) activesupport (>= 7.0.0) rack diff --git a/lib/propshaft/version.rb b/lib/propshaft/version.rb index 5d19e54..5df6447 100644 --- a/lib/propshaft/version.rb +++ b/lib/propshaft/version.rb @@ -1,3 +1,3 @@ module Propshaft - VERSION = "0.9.0" + VERSION = "0.9.1" end