From ff03891d47dd0918d2e6b13999cd4d7a4e86ca6f Mon Sep 17 00:00:00 2001 From: Donal McBreen Date: Mon, 24 Jun 2024 10:11:27 +0100 Subject: [PATCH] Bump version for 1.7.2 --- Gemfile.lock | 2 +- lib/kamal/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 68a8882d..83e9427e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - kamal (1.7.1) + kamal (1.7.2) activesupport (>= 7.0) base64 (~> 0.2) bcrypt_pbkdf (~> 1.0) diff --git a/lib/kamal/version.rb b/lib/kamal/version.rb index 7d99db5e..e1a66592 100644 --- a/lib/kamal/version.rb +++ b/lib/kamal/version.rb @@ -1,3 +1,3 @@ module Kamal - VERSION = "1.7.1" + VERSION = "1.7.2" end