From 0c03216fdf2ac23b84c30190e0b3a55e24fd7811 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 18 Feb 2023 16:33:28 +0100 Subject: [PATCH] Bump version for 0.7.1 --- Gemfile.lock | 2 +- lib/mrsk/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 25a18c92..d26a56a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - mrsk (0.7.0) + mrsk (0.7.1) activesupport (>= 7.0) dotenv (~> 2.8) sshkit (~> 1.21) diff --git a/lib/mrsk/version.rb b/lib/mrsk/version.rb index e1553840..4c09f1ce 100644 --- a/lib/mrsk/version.rb +++ b/lib/mrsk/version.rb @@ -1,3 +1,3 @@ module Mrsk - VERSION = "0.7.0" + VERSION = "0.7.1" end