Skip to content

Commit

Permalink
first release
Browse files Browse the repository at this point in the history
  • Loading branch information
momotaro98 committed Jan 22, 2017
1 parent a0d09f0 commit db26033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit db26033

Please sign in to comment.