1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Preparing Release v2.15.2

This commit is contained in:
Lee Hambley 2013-04-24 10:23:49 +02:00
parent 42fa8fdb5e
commit 0d324f82b0
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
## 2.15.2 / April 24 2013
* Fixed a bug with asset_paths (String vs. Array). (@joeycarmello)
## 2.15.1 / April 23 2013
* Support for Rails 4 (and other) randomised asset manifest names. (@jimryan)

View file

@ -2,7 +2,7 @@ module Capistrano
class Version
MAJOR = 2
MINOR = 15
PATCH = 1
PATCH = 2
def self.to_s
"#{MAJOR}.#{MINOR}.#{PATCH}"