From 581fd14520f9cc8c818a50bbae9b6193bcd2f681 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Sun, 19 Feb 2006 03:43:23 +0000 Subject: [PATCH] Bump ST version to 1.0 git-svn-id: http://svn.rubyonrails.org/rails/tools/switchtower@3613 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- lib/switchtower/version.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/switchtower/version.rb b/lib/switchtower/version.rb index e5607696..4ba2960b 100644 --- a/lib/switchtower/version.rb +++ b/lib/switchtower/version.rb @@ -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