Skip to content

Commit

Permalink
Release 2.15.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Jun 17, 2023
1 parent 0d4451b commit d671aab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.15.11

* Fix `capify` failure on Ruby 3 due to removal of `File.exists?` (#2135) @mackuba

## 2.15.10

* Fix Ruby 3.2 compatibility issues (@intrip)
Expand Down
2 changes: 1 addition & 1 deletion lib/capistrano/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Capistrano
class Version
MAJOR = 2
MINOR = 15
PATCH = 10
PATCH = 11

def self.to_s
"#{MAJOR}.#{MINOR}.#{PATCH}"
Expand Down

0 comments on commit d671aab

Please sign in to comment.