From ac11089c7a4eda37284eed9d00d1852741d0b8ac Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 22 Aug 2023 11:42:32 -0700 Subject: [PATCH] Bump version for 0.16.0 --- Gemfile.lock | 4 ++-- lib/kamal/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1c33c967..e052838c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - kamal (0.15.1) + kamal (0.16.0) activesupport (>= 7.0) bcrypt_pbkdf (~> 1.0) concurrent-ruby (~> 1.2) @@ -99,8 +99,8 @@ PLATFORMS DEPENDENCIES debug - mocha kamal! + mocha railties BUNDLED WITH diff --git a/lib/kamal/version.rb b/lib/kamal/version.rb index bfd11d96..3205549a 100644 --- a/lib/kamal/version.rb +++ b/lib/kamal/version.rb @@ -1,3 +1,3 @@ module Kamal - VERSION = "0.15.1" + VERSION = "0.16.0" end