diff --git a/git-now.rb b/git-now.rb index 7a82d28..9da806a 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.6.0' - version '0.0.6.0' + url 'https://github.com/iwata/git-now.git', :tag => 'v0.1.0.0' + version '0.1.0.0' head 'https://github.com/iwata/git-now.git', :branch => 'develop' homepage 'https://github.com/iwata/git-now'