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@7881 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
a1b823e20e
commit
c0bae8399c
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
*SVN*
|
||||
*2.1.0* October 14, 2007
|
||||
|
||||
* Default to 0664 instead of 0660 on upload [Jamis Buck]
|
||||
|
||||
|
|
|
@ -11,8 +11,8 @@ module Capistrano
|
|||
end
|
||||
|
||||
MAJOR = 2
|
||||
MINOR = 0
|
||||
TINY = 100
|
||||
MINOR = 1
|
||||
TINY = 0
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY].join(".")
|
||||
|
||||
|
|
Loading…
Reference in a new issue