mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Version bump
This commit is contained in:
parent
5d1d9d9ddc
commit
074d75a006
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
*unreleased*
|
||||
*2.4.0* June 13, 2008
|
||||
|
||||
* Added :normalize_asset_timestamps option to deployment, defaulting to true, which allows asset timestamping to be disabled [John Trupiano]
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
module Capistrano
|
||||
module Version #:nodoc:
|
||||
MAJOR = 2
|
||||
MINOR = 3
|
||||
TINY = 101
|
||||
MINOR = 4
|
||||
TINY = 0
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY].join(".")
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue