diff options
Diffstat (limited to 'Library/Formula/git-flow.rb')
| -rw-r--r-- | Library/Formula/git-flow.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/git-flow.rb b/Library/Formula/git-flow.rb index 8531f1bdf..66fac531e 100644 --- a/Library/Formula/git-flow.rb +++ b/Library/Formula/git-flow.rb @@ -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' | 
