1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Preparing v3.11.1

This commit is contained in:
Matt Brictson 2019-08-29 07:49:08 -07:00
parent 96fdb4c8c5
commit 28205f45e4
No known key found for this signature in database
GPG key ID: 2F279EAD1F2ACFAF
2 changed files with 7 additions and 2 deletions

View file

@ -19,7 +19,12 @@ gem "capistrano", github: "capistrano/capistrano", require: false
[master]: https://github.com/capistrano/capistrano/compare/v3.11.0...HEAD
* Your contribution here!
* [#2027](https://github.com/capistrano/capistrano/pull/2027): Batch rm -rf calls in deploy:cleanup. [@azin634](https://github.com/azin634)
## [`3.11.1`] (2019-08-29)
* [#2027](https://github.com/capistrano/capistrano/pull/2027): Batch rm -rf calls in deploy:cleanup to fix an error when there are too many old releases [@azin634](https://github.com/azin634)
[`3.11.1`]: https://github.com/capistrano/capistrano/compare/v3.11.0...v3.11.1
## [`3.11.0`] (2018-06-02)

View file

@ -1,3 +1,3 @@
module Capistrano
VERSION = "3.11.0".freeze
VERSION = "3.11.1".freeze
end