mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Release 3.17.0
This commit is contained in:
parent
95bd969f23
commit
549fb7ebc4
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Capistrano
|
||||
VERSION = "3.16.0".freeze
|
||||
VERSION = "3.17.0".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue