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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PyYoshi committed Jul 18, 2017
1 parent 49af016 commit d9c5ffd
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 @@ -59,7 +59,7 @@ func main() {
Email: "[email protected]",
},
}
app.Version = "1.1.1"
app.Version = "1.1.2"
app.Action = func(c *cli.Context) {
token := c.String("token")
if token == "" {
Expand Down

0 comments on commit d9c5ffd

Please sign in to comment.