Skip to content

Commit

Permalink
Release 3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed May 6, 2020
1 parent 118c923 commit e136a3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -107,7 +107,7 @@ Add Capistrano to your project's Gemfile using `require: false`:

``` ruby
group :development do
gem "capistrano", "~> 3.13", require: false
gem "capistrano", "~> 3.14", require: false
end
```

Expand Down
2 changes: 1 addition & 1 deletion lib/capistrano/version.rb
@@ -1,3 +1,3 @@
module Capistrano
VERSION = "3.13.0".freeze
VERSION = "3.14.0".freeze
end

0 comments on commit e136a3b

Please sign in to comment.