Release 3.16.0

This commit is contained in:
Matt Brictson 2021-02-28 12:27:08 -08:00
parent 112a5cb5cd
commit f5a16779a7
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
group :development do
gem "capistrano", "~> 3.14", require: false
gem "capistrano", "~> 3.16", require: false
end
```

View File

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