diff --git a/README.md b/README.md index 7802adf7..4d3e02fe 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/lib/capistrano/version.rb b/lib/capistrano/version.rb index 9a076e29..d3b35b04 100644 --- a/lib/capistrano/version.rb +++ b/lib/capistrano/version.rb @@ -1,3 +1,3 @@ module Capistrano - VERSION = "3.13.0".freeze + VERSION = "3.14.0".freeze end