diff options
| author | Justin Hileman | 2011-01-18 10:10:25 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-01-18 08:10:25 -0800 | 
| commit | 03eff409125f8e6abccc057d94032179b07612dc (patch) | |
| tree | 211a21526bdb673bf545e6506e417ddacd2d0373 /Library/Formula/git-flow.rb | |
| parent | 9c0f0288936d4dd88a16f3344db61464734e48c5 (diff) | |
| download | homebrew-03eff409125f8e6abccc057d94032179b07612dc.tar.bz2 | |
Version bump git-flow completion.
Signed-off-by: Adam Vandenberg <flangy@gmail.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 e10989c78..ad179c3e8 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.1' -  version '0.4.0.1' +  url 'git://github.com/bobthecow/git-flow-completion.git', :tag => '0.4.0.2' +  version '0.4.0.2'    head 'git://github.com/bobthecow/git-flow-completion.git', :branch => 'develop'    def initialize | 
