mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
capistrano version bump, set release date in changelog
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@3797 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
edfccb39c5
commit
3710ba54ce
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
*1.0.2* *SVN*
|
||||
*1.1.0* (March 6th, 2006)
|
||||
|
||||
* Simplify the generated capistrano.rake file, and make it easier to customize
|
||||
|
||||
|
|
|
@ -19,8 +19,8 @@ module Capistrano
|
|||
end
|
||||
|
||||
MAJOR = 1
|
||||
MINOR = 0
|
||||
TINY = 1
|
||||
MINOR = 1
|
||||
TINY = 0
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY].join(".")
|
||||
|
||||
|
|
Loading…
Reference in a new issue