From 44df46b1c3ced44bee6c048bc1a2034c77f91e07 Mon Sep 17 00:00:00 2001 From: Antti Hukkanen Date: Tue, 28 May 2019 16:51:39 +0300 Subject: [PATCH] Bump version to 0.16.9 --- Gemfile.lock | 2 +- lib/decidim/plans/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c577f48a..7bf285f2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - decidim-plans (0.16.8) + decidim-plans (0.16.9) 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 fed92152..97c61849 100644 --- a/lib/decidim/plans/version.rb +++ b/lib/decidim/plans/version.rb @@ -2,7 +2,7 @@ module Decidim module Plans - VERSION = "0.16.8" + VERSION = "0.16.9" DECIDIM_VERSION = "~> 0.16.0" end end