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

version bump to preview-release number

git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@7392 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jamis Buck 2007-09-01 15:07:40 +00:00
parent 46ddf6af07
commit 65bd689e7d
2 changed files with 2 additions and 2 deletions

View file

@ -68,7 +68,7 @@ module Capistrano
options = options.dup
as = options.delete(:as)
user = as && "-u #{as}"
command = [fetch(:sudo, "sudo"), "-p '#{sudo_prompt}'", user, command].compact.join(" ")

View file

@ -12,7 +12,7 @@ module Capistrano
MAJOR = 2
MINOR = 0
TINY = 0
TINY = 100
STRING = [MAJOR, MINOR, TINY].join(".")