bin/tidgrep in tidtools-0.0.5 vs bin/tidgrep in tidtools-0.0.6

- old
+ new

@@ -7,9 +7,9 @@ require 'rubygems' require File.expand_path(File.dirname(__FILE__) + "/../lib/tidtools") require "tidgrep/cli" # バージョン番号 -Version = "0.0.3" +Version = "0.0.4" # コマンドの実行 Tidgrep::CLI.execute(STDOUT, ARGV)