mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Bump ST version to 1.0
git-svn-id: http://svn.rubyonrails.org/rails/tools/switchtower@3613 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
da8480f7b7
commit
581fd14520
1 changed files with 3 additions and 3 deletions
|
@ -18,13 +18,13 @@ module SwitchTower
|
|||
good
|
||||
end
|
||||
|
||||
MAJOR = 0
|
||||
MINOR = 10
|
||||
MAJOR = 1
|
||||
MINOR = 0
|
||||
TINY = 0
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY].join(".")
|
||||
|
||||
SSH_REQUIRED = [1,0,5]
|
||||
SSH_REQUIRED = [1,0,8]
|
||||
SFTP_REQUIRED = [1,1,0]
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue