From 2515bd705cc89f364b8a13da5013c674514628b1 Mon Sep 17 00:00:00 2001 From: Donal McBreen Date: Thu, 29 Aug 2024 08:33:21 +0100 Subject: [PATCH] Switch the version on main to 2.0.0.alpha All development is now for the 2.0.0 release. --- Gemfile.lock | 2 +- lib/kamal/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b34eb268..99626da8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - kamal (1.8.2) + kamal (2.0.0.alpha) activesupport (>= 7.0) base64 (~> 0.2) bcrypt_pbkdf (~> 1.0) diff --git a/lib/kamal/version.rb b/lib/kamal/version.rb index 155d1fde..4c771efd 100644 --- a/lib/kamal/version.rb +++ b/lib/kamal/version.rb @@ -1,3 +1,3 @@ module Kamal - VERSION = "1.8.2" + VERSION = "2.0.0.alpha" end