074d75a
Remote multi-server automation tool. This repository is no longer being actively maintained. Please ask on the mailing list to find someone who has a well-maintained fork. Thanks! — Read more
http://www.capify.org
This URL has Read+Write access
Version bump
1 2 3 4 5 6 7 8 9 10
module Capistrano module Version #:nodoc: MAJOR = 2 MINOR = 4 TINY = 0 STRING = [MAJOR, MINOR, TINY].join(".") endend