From 3654a7e1be35764be8bc66f4e6e0fad5a549eb01 Mon Sep 17 00:00:00 2001 From: Donal McBreen Date: Wed, 9 Oct 2024 14:46:44 -0400 Subject: [PATCH] Bump version for 2.2.1 --- Gemfile.lock | 2 +- lib/kamal/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 070f7a55..5fea6508 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - kamal (2.2.0) + kamal (2.2.1) activesupport (>= 7.0) base64 (~> 0.2) bcrypt_pbkdf (~> 1.0) diff --git a/lib/kamal/version.rb b/lib/kamal/version.rb index ff8a4cf4..ae94f8fd 100644 --- a/lib/kamal/version.rb +++ b/lib/kamal/version.rb @@ -1,3 +1,3 @@ module Kamal - VERSION = "2.2.0" + VERSION = "2.2.1" end