From b312880c3ef6a199422abaf02fc6f051956e231f Mon Sep 17 00:00:00 2001 From: Motonori Iwata Date: Sat, 3 Sep 2011 23:54:33 +0900 Subject: [PATCH] update Formula version --- git-now.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git-now.rb b/git-now.rb index 0dc7484..266f433 100644 --- a/git-now.rb +++ b/git-now.rb @@ -1,8 +1,8 @@ require 'formula' class GitNow < Formula - url 'https://github.com/iwata/git-now.git', :tag => 'v0.0.2' - version '0.0.2' + url 'https://github.com/iwata/git-now.git', :tag => 'v0.0.22' + version '0.0.22' head 'https://github.com/iwata/git-now.git', :branch => 'develop' homepage 'https://github.com/iwata/git-now'