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