Skip to content

Commit

Permalink
Update n26.go
Browse files Browse the repository at this point in the history
  • Loading branch information
guitmz authored Apr 16, 2018
1 parent d2fe19f commit fe54083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/n26/n26.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func authentication() *n26.Auth {
func main() {
table := tablewriter.NewWriter(os.Stdout)
app := cli.NewApp()
app.Version = "1.1.0"
app.Version = "1.2.0"
app.UsageText = "n26 command [json|statement ID]"
app.Name = "N26"
app.Usage = "your N26 Bank financial information on the command line"
Expand Down

0 comments on commit fe54083

Please sign in to comment.