Update git-flow to release 0.4.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Vincent Driessen 2010-10-18 23:15:23 +02:00 committed by Adam Vandenberg
parent 70c8c97f2c
commit 998d87a170
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ class GitFlowCompletion <Formula
end
class GitFlow <Formula
url 'git://github.com/nvie/gitflow.git', :tag => '0.3'
version '0.3'
url 'git://github.com/nvie/gitflow.git', :tag => '0.4'
version '0.4'
head 'git://github.com/nvie/gitflow.git', :branch => 'develop'
homepage 'http://github.com/nvie/gitflow'