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:
parent
46ddf6af07
commit
65bd689e7d
2 changed files with 2 additions and 2 deletions
|
@ -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(" ")
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ module Capistrano
|
|||
|
||||
MAJOR = 2
|
||||
MINOR = 0
|
||||
TINY = 0
|
||||
TINY = 100
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY].join(".")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue