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:
parent
39bb12f0a8
commit
c5432b94d5
2 changed files with 4 additions and 2 deletions
|
@ -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]
|
||||
|
|
|
@ -19,8 +19,8 @@ module Capistrano
|
|||
end
|
||||
|
||||
MAJOR = 1
|
||||
MINOR = 1
|
||||
TINY = 9
|
||||
MINOR = 2
|
||||
TINY = 0
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY].join(".")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue