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

Bumped the version prematurely

git-svn-id: http://svn.rubyonrails.org/rails/tools/switchtower@3689 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jamis Buck 2006-02-27 15:59:05 +00:00
parent 6805acca6d
commit dbb3ea4ab5

View file

@ -20,7 +20,7 @@ module SwitchTower
MAJOR = 1
MINOR = 0
TINY = 2
TINY = 1
STRING = [MAJOR, MINOR, TINY].join(".")