From e136a3bc02945ec0537946a2166d8688751c6d12 Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Tue, 5 May 2020 18:37:28 -0700 Subject: [PATCH] Release 3.14.0 --- README.md | 2 +- lib/capistrano/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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