Release 3.17.0

This commit is contained in:
Matt Brictson 2022-03-12 13:44:37 -08:00
parent 95bd969f23
commit 549fb7ebc4
No known key found for this signature in database
GPG Key ID: E379525AE7FB9561
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
group :development do
gem "capistrano", "~> 3.16", require: false
gem "capistrano", "~> 3.17", require: false
end
```

View File

@ -1,3 +1,3 @@
module Capistrano
VERSION = "3.16.0".freeze
VERSION = "3.17.0".freeze
end