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@7036 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
e0bcf92d20
commit
24e73606cb
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
*SVN*
|
||||
*1.99.2 (2.0 Preview 3)* June 15, 2007
|
||||
|
||||
* CVS SCM module [Brian Phillips]
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ module Capistrano
|
|||
|
||||
MAJOR = 1
|
||||
MINOR = 99
|
||||
TINY = 1
|
||||
TINY = 2
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY].join(".")
|
||||
|
||||
|
|
Loading…
Reference in a new issue