Switch the version on main to 2.0.0.alpha

All development is now for the 2.0.0 release.
This commit is contained in:
Donal McBreen
2024-08-29 08:33:21 +01:00
parent d6f5da92be
commit 2515bd705c
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