1
0
Fork 0
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@6219 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jamis Buck 2007-02-24 20:29:21 +00:00
parent b4b9382a17
commit 66524897fb
2 changed files with 2 additions and 2 deletions

View file

@ -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]

View file

@ -20,7 +20,7 @@ module Capistrano
MAJOR = 1
MINOR = 4
TINY = 0
TINY = 1
STRING = [MAJOR, MINOR, TINY].join(".")