Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

Commit

Permalink
version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PyYoshi committed Oct 19, 2016
1 parent 3bfa566 commit bdf77d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ USAGE:
main [global options] command [command options] [arguments...]
VERSION:
1.1.0
1.1.1
AUTHOR(S):
Joe Fitzgerald <[email protected]> Sunyong Lim <[email protected]> Yoshihiro Misawa <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func main() {
Email: "[email protected]",
},
}
app.Version = "1.1.0"
app.Version = "1.1.1"
app.Action = func(c *cli.Context) {
token := c.String("token")
if token == "" {
Expand Down

0 comments on commit bdf77d2

Please sign in to comment.