1
0
Fork 0
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:
Jamis Buck 2006-02-19 03:43:23 +00:00
parent da8480f7b7
commit 581fd14520

View file

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