From 62dfa45ee6f71729a540f5fb64c8f4b8771e0861 Mon Sep 17 00:00:00 2001 From: Donal McBreen Date: Thu, 27 Feb 2025 10:27:27 +0000 Subject: [PATCH] Bump version for 2.5.3 --- Gemfile.lock | 2 +- lib/kamal/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f47309aa9..708491414 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - kamal (2.5.2) + kamal (2.5.3) activesupport (>= 7.0) base64 (~> 0.2) bcrypt_pbkdf (~> 1.0) diff --git a/lib/kamal/version.rb b/lib/kamal/version.rb index 57693c73b..3099a7cc7 100644 --- a/lib/kamal/version.rb +++ b/lib/kamal/version.rb @@ -1,3 +1,3 @@ module Kamal - VERSION = "2.5.2" + VERSION = "2.5.3" end