From 83a2d52ff41eeb9c3240951316792c15223e8c98 Mon Sep 17 00:00:00 2001 From: dhh Date: Mon, 18 Sep 2023 17:39:01 -0700 Subject: [PATCH] Bump version for 1.0.0 --- Gemfile.lock | 2 +- lib/kamal/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c160e7370..2483d3b83 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - kamal (0.16.1) + kamal (1.0.0) activesupport (>= 7.0) bcrypt_pbkdf (~> 1.0) concurrent-ruby (~> 1.2) diff --git a/lib/kamal/version.rb b/lib/kamal/version.rb index c77438428..f972652c4 100644 --- a/lib/kamal/version.rb +++ b/lib/kamal/version.rb @@ -1,3 +1,3 @@ module Kamal - VERSION = "0.16.1" + VERSION = "1.0.0" end