Skip to content

Commit

Permalink
Release 3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Feb 28, 2021
1 parent 112a5cb commit f5a1677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion lib/capistrano/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Capistrano
VERSION = "3.15.0".freeze
VERSION = "3.16.0".freeze
end

0 comments on commit f5a1677

Please sign in to comment.