From fcf226f790b57c73111d55fa83c237377b930d04 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 27 Feb 2023 12:59:58 +0100 Subject: [PATCH] Bump version for 0.8.4 --- Gemfile.lock | 2 +- lib/mrsk/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 738753d0d..607c52f4b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - mrsk (0.8.3) + mrsk (0.8.4) activesupport (>= 7.0) dotenv (~> 2.8) sshkit (~> 1.21) diff --git a/lib/mrsk/version.rb b/lib/mrsk/version.rb index 6d2dd5bc2..b5ce53bf8 100644 --- a/lib/mrsk/version.rb +++ b/lib/mrsk/version.rb @@ -1,3 +1,3 @@ module Mrsk - VERSION = "0.8.3" + VERSION = "0.8.4" end