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

Version bump

This commit is contained in:
Jamis Buck 2008-06-13 07:52:53 -06:00
parent 5d1d9d9ddc
commit 074d75a006
2 changed files with 3 additions and 3 deletions

View file

@ -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]

View file

@ -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