From 47f14e09438cd3d295d8821c0098513804e91678 Mon Sep 17 00:00:00 2001 From: dhh Date: Wed, 25 Oct 2023 16:09:41 -0700 Subject: [PATCH] Bump version for 0.8.0 --- Gemfile.lock | 2 +- lib/propshaft/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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