From a6b983de060eb93b58f93e85fc41593457501203 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 18 Sep 2024 15:33:21 -0700 Subject: [PATCH] Bump version for 2.0.0.beta1 --- Gemfile.lock | 2 +- lib/kamal/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8a8a1097..1d6096e0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - kamal (2.0.0.alpha) + kamal (2.0.0.beta1) activesupport (>= 7.0) base64 (~> 0.2) bcrypt_pbkdf (~> 1.0) diff --git a/lib/kamal/version.rb b/lib/kamal/version.rb index 4c771efd..11afd2fa 100644 --- a/lib/kamal/version.rb +++ b/lib/kamal/version.rb @@ -1,3 +1,3 @@ module Kamal - VERSION = "2.0.0.alpha" + VERSION = "2.0.0.beta1" end