From 00d194e3f3f0c8e31c89c1d35f3005f3d6ba8e06 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 1 Feb 2023 15:09:37 +0100 Subject: [PATCH] Bump version for 0.4.0 --- Gemfile.lock | 2 +- lib/mrsk/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d45e0337..aa599064 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - mrsk (0.3.1) + mrsk (0.4.0) activesupport (>= 7.0) dotenv (~> 2.8) sshkit (~> 1.21) diff --git a/lib/mrsk/version.rb b/lib/mrsk/version.rb index ad8973fc..96e26016 100644 --- a/lib/mrsk/version.rb +++ b/lib/mrsk/version.rb @@ -1,3 +1,3 @@ module Mrsk - VERSION = "0.3.1" + VERSION = "0.4.0" end