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
|
## 2.15.3 / April 25 2012
|
||||||
|
|
||||||
* For deploy:cleanup, use try_sudo with rm command. (@joshstaiger)
|
* For deploy:cleanup, use try_sudo with rm command. (@joshstaiger)
|
||||||
|
|
|
@ -2,7 +2,7 @@ module Capistrano
|
||||||
class Version
|
class Version
|
||||||
MAJOR = 2
|
MAJOR = 2
|
||||||
MINOR = 15
|
MINOR = 15
|
||||||
PATCH = 3
|
PATCH = 4
|
||||||
|
|
||||||
def self.to_s
|
def self.to_s
|
||||||
"#{MAJOR}.#{MINOR}.#{PATCH}"
|
"#{MAJOR}.#{MINOR}.#{PATCH}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue