Skip to content

Commit

Permalink
Bump Capistrano::Version to 2.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
carsomyr committed Sep 18, 2012
1 parent e3e191f commit ec1f06f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.13.3 / August 21 2012
## 2.13.4 / August 21 2012

This comment has been minimized.

Copy link
@cgriego

cgriego Sep 22, 2012

Contributor

This is a falsehood. The following changes were not made in 2.13.4 and 2.13.4 was not released on Aug 21.

Also can you add a tag for 2.13.4?

This comment has been minimized.

Copy link
@carsomyr

carsomyr Sep 22, 2012

Author Contributor

I added the tag.


This release contains multiple bugfixes and handling of exotic situations. The
`Configuration#capture` method should now work in spite of `ActiveSupport`
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 = 13
PATCH = 3
PATCH = 4

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

0 comments on commit ec1f06f

Please sign in to comment.