From 9363b6a464ead1da5cedd44cd2bc8fdd6205774a Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 24 Aug 2023 09:16:13 -0700 Subject: [PATCH] Bump version for 0.16.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 e052838c8..c160e7370 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - kamal (0.16.0) + kamal (0.16.1) activesupport (>= 7.0) bcrypt_pbkdf (~> 1.0) concurrent-ruby (~> 1.2) diff --git a/lib/kamal/version.rb b/lib/kamal/version.rb index 3205549af..c77438428 100644 --- a/lib/kamal/version.rb +++ b/lib/kamal/version.rb @@ -1,3 +1,3 @@ module Kamal - VERSION = "0.16.0" + VERSION = "0.16.1" end