mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Preparing Release v2.15.1
This commit is contained in:
parent
a5d839caa6
commit
42fa8fdb5e
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
## 2.15.1 / April 23 2013
|
||||
|
||||
* Support for Rails 4 (and other) randomised asset manifest names. (@jimryan)
|
||||
|
||||
## 2.15.0 / April 23 2013
|
||||
|
||||
* New varaible :shared_assets_prefix to allow people to host somewhere other
|
||||
|
|
|
@ -2,7 +2,7 @@ module Capistrano
|
|||
class Version
|
||||
MAJOR = 2
|
||||
MINOR = 15
|
||||
PATCH = 0
|
||||
PATCH = 1
|
||||
|
||||
def self.to_s
|
||||
"#{MAJOR}.#{MINOR}.#{PATCH}"
|
||||
|
|
Loading…
Reference in a new issue