diff options
| author | Justin Hileman | 2010-11-26 16:29:27 -0500 | 
|---|---|---|
| committer | Mike McQuaid | 2010-11-29 22:10:21 +0000 | 
| commit | f3d06a4b8031744102fda21e42628b767199811f (patch) | |
| tree | 25f745881357ea87c017f9dd84eea5bcf5f55b62 /Library/Formula/git-flow.rb | |
| parent | 3c713563c18197b548ba75ed48e0ddc80918e19b (diff) | |
| download | homebrew-f3d06a4b8031744102fda21e42628b767199811f.tar.bz2 | |
Version bump git-flow-completion
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
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 170a1555c..e10989c78 100644 --- a/Library/Formula/git-flow.rb +++ b/Library/Formula/git-flow.rb @@ -2,8 +2,8 @@  require 'formula'  class GitFlowCompletion <Formula -  url 'git://github.com/bobthecow/git-flow-completion.git', :tag => '0.4.0' -  version '0.4.0' +  url 'git://github.com/bobthecow/git-flow-completion.git', :tag => '0.4.0.1' +  version '0.4.0.1'    head 'git://github.com/bobthecow/git-flow-completion.git', :branch => 'develop'    def initialize | 
