Merge pull request #917 from basecamp/v2.0-alpha

Switch the version on main to 2.0.0.alpha
This commit is contained in:
Donal McBreen
2024-08-29 08:43:19 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -1,3 +1,3 @@
module Kamal
VERSION = "1.8.2"
VERSION = "2.0.0.alpha"
end