Files
kamal/lib/kamal/version.rb
Donal McBreen 2515bd705c Switch the version on main to 2.0.0.alpha
All development is now for the 2.0.0 release.
2024-08-29 08:33:21 +01:00

4 lines
43 B
Ruby

module Kamal
VERSION = "2.0.0.alpha"
end