1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Release 3.13.0

This commit is contained in:
Matt Brictson 2020-04-07 09:08:46 -07:00
parent 279a0afa3e
commit 8f3aca4768
No known key found for this signature in database
GPG key ID: 2F279EAD1F2ACFAF
2 changed files with 2 additions and 2 deletions

View file

@ -107,7 +107,7 @@ Add Capistrano to your project's Gemfile using `require: false`:
``` ruby ``` ruby
group :development do group :development do
gem "capistrano", "~> 3.12", require: false gem "capistrano", "~> 3.13", require: false
end end
``` ```

View file

@ -1,3 +1,3 @@
module Capistrano module Capistrano
VERSION = "3.12.1".freeze VERSION = "3.13.0".freeze
end end