Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
takameron committed Feb 27, 2021
1 parent 809e6ac commit 38c7532
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.2.0
1.2.1
AUTHORS:
Joe Fitzgerald <jfitzgerald@pivotal.io>
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func main() {
Email: "contact@takameron.info",
},
}
app.Version = "1.2.0"
app.Version = "1.2.1"
app.Action = func(c *cli.Context) error {
token := c.String("token")
if token == "" {
Expand Down

0 comments on commit 38c7532

Please sign in to comment.