diff options
| -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 ad179c3e8..24460e8bf 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.4' - version '0.4' + url 'git://github.com/nvie/gitflow.git', :tag => '0.4.1' + version '0.4.1' head 'git://github.com/nvie/gitflow.git', :branch => 'develop' homepage 'https://github.com/nvie/gitflow' |
