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@6105 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
c67f578202
commit
d88197020a
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
*SVN*
|
||||
*1.4.0* (February 3, 2007)
|
||||
|
||||
* Use the auth info for subversion more consistently [Jamis Buck]
|
||||
|
||||
|
|
|
@ -19,8 +19,8 @@ module Capistrano
|
|||
end
|
||||
|
||||
MAJOR = 1
|
||||
MINOR = 3
|
||||
TINY = 1
|
||||
MINOR = 4
|
||||
TINY = 0
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY].join(".")
|
||||
|
||||
|
|
Loading…
Reference in a new issue