Bump version for 0.16.0

This commit is contained in:
David Heinemeier Hansson
2023-08-22 11:42:32 -07:00
parent 180ca219df
commit ac11089c7a
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
kamal (0.15.1) kamal (0.16.0)
activesupport (>= 7.0) activesupport (>= 7.0)
bcrypt_pbkdf (~> 1.0) bcrypt_pbkdf (~> 1.0)
concurrent-ruby (~> 1.2) concurrent-ruby (~> 1.2)
@@ -99,8 +99,8 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
debug debug
mocha
kamal! kamal!
mocha
railties railties
BUNDLED WITH BUNDLED WITH

View File

@@ -1,3 +1,3 @@
module Kamal module Kamal
VERSION = "0.15.1" VERSION = "0.16.0"
end end