From db260331db8873f8841534e47c5502f6e5aa0e27 Mon Sep 17 00:00:00 2001 From: Shintaro Ikeda Date: Sun, 22 Jan 2017 18:48:22 +0900 Subject: [PATCH] first release --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 63cc5c6..ecb809a 100644 --- a/main.go +++ b/main.go @@ -8,12 +8,12 @@ import ( "github.com/urfave/cli" ) -const version string = "0.0.1" +const version string = "1.0.1" func main() { app := cli.NewApp() app.Name = "qiic" - app.Usage = "Display Qiita Stocked Articles and Access the Web Page" + app.Usage = "Get Qiita Stocked Articles and Access the Web Page" app.UsageText = "qiic command [arguments...]" app.Version = version app.Commands = []cli.Command{