diff --git a/README.md b/README.md index 7369654d..7802adf7 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.12", require: false + gem "capistrano", "~> 3.13", require: false end ``` diff --git a/lib/capistrano/version.rb b/lib/capistrano/version.rb index a98ed4c6..9a076e29 100644 --- a/lib/capistrano/version.rb +++ b/lib/capistrano/version.rb @@ -1,3 +1,3 @@ module Capistrano - VERSION = "3.12.1".freeze + VERSION = "3.13.0".freeze end