From 549fb7ebc47bc0107ee2954c4bde2996686219a4 Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Sat, 12 Mar 2022 13:44:37 -0800 Subject: [PATCH] Release 3.17.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 e5511a6c..da1daca5 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.16", require: false + gem "capistrano", "~> 3.17", require: false end ``` diff --git a/lib/capistrano/version.rb b/lib/capistrano/version.rb index 7c60941d..0776f492 100644 --- a/lib/capistrano/version.rb +++ b/lib/capistrano/version.rb @@ -1,3 +1,3 @@ module Capistrano - VERSION = "3.16.0".freeze + VERSION = "3.17.0".freeze end