diff --git a/Gemfile.lock b/Gemfile.lock index e052838c..c160e737 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 3205549a..c7743842 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