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@6219 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
jamis committed Feb 24, 2007
1 parent bafa821 commit 6d6fe48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*SVN*
*1.4.1* (February 24, 2007)

* Use the no-auth-cache option with subversion so that username/password tokens do not get cached by capistrano usage [jonathan]

Expand Down
2 changes: 1 addition & 1 deletion lib/capistrano/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def self.check(expected, actual) #:nodoc:

MAJOR = 1
MINOR = 4
TINY = 0
TINY = 1

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

Expand Down

0 comments on commit 6d6fe48

Please sign in to comment.