mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Preparing Release v2.15.4
This commit is contained in:
parent
d53e00481c
commit
cb2efe876f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
## 2.15.4 / April 29 2013
|
||||
|
||||
* Fix parallel command logging (@gnufied)
|
||||
* Fix a double-asset manifest problem on Rails upgrades. (@jimryan)
|
||||
|
||||
## 2.15.3 / April 25 2012
|
||||
|
||||
* For deploy:cleanup, use try_sudo with rm command. (@joshstaiger)
|
||||
|
|
|
@ -2,7 +2,7 @@ module Capistrano
|
|||
class Version
|
||||
MAJOR = 2
|
||||
MINOR = 15
|
||||
PATCH = 3
|
||||
PATCH = 4
|
||||
|
||||
def self.to_s
|
||||
"#{MAJOR}.#{MINOR}.#{PATCH}"
|
||||
|
|
Loading…
Reference in a new issue