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

version bump

git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@5107 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jamis Buck 2006-09-14 10:46:39 +00:00
parent 39bb12f0a8
commit c5432b94d5
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,7 @@
*SVN*
* Add experimental 'shell' task [Jamis Buck]
* Display file for external configurations, rather than inspected proc. [Jamis Buck]
* Connect to multiple servers in parallel, rather than serially. [Jamis Buck]

View file

@ -19,8 +19,8 @@ module Capistrano
end
MAJOR = 1
MINOR = 1
TINY = 9
MINOR = 2
TINY = 0
STRING = [MAJOR, MINOR, TINY].join(".")