diff --git a/Gemfile.lock b/Gemfile.lock index 8d7d409a..ff7d1751 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - decidim-plans (0.16.6) + decidim-plans (0.16.7) decidim-core (~> 0.16.0) decidim-proposals (~> 0.16.0) diff --git a/lib/decidim/plans/version.rb b/lib/decidim/plans/version.rb index 05842cc5..2327d423 100644 --- a/lib/decidim/plans/version.rb +++ b/lib/decidim/plans/version.rb @@ -2,7 +2,7 @@ module Decidim module Plans - VERSION = "0.16.6" + VERSION = "0.16.7" DECIDIM_VERSION = "~> 0.16.0" end end