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

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PyYoshi committed Oct 18, 2016
1 parent c462415 commit 1887aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func main() {
Email: "[email protected]",
},
}
app.Version = "1.0.0"
app.Version = "1.0.1"
app.Action = func(c *cli.Context) {
token := c.String("token")
if token == "" {
Expand Down

0 comments on commit 1887aed

Please sign in to comment.