Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@5107 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
jamis committed Sep 14, 2006
1 parent 39bb12f commit c5432b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
4 changes: 2 additions & 2 deletions lib/capistrano/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ def self.check(expected, actual) #:nodoc:
end

MAJOR = 1
MINOR = 1
TINY = 9
MINOR = 2
TINY = 0

STRING = [MAJOR, MINOR, TINY].join(".")

Expand Down

0 comments on commit c5432b9

Please sign in to comment.