diff --git a/README.md b/README.md index c094285..bf0d005 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ USAGE: n26 command [json|statement ID] VERSION: - 1.4.0 + 1.4.1 AUTHOR: Guilherme Thomazi diff --git a/cmd/n26/n26.go b/cmd/n26/n26.go index f9bce5c..bdfc26f 100644 --- a/cmd/n26/n26.go +++ b/cmd/n26/n26.go @@ -46,7 +46,7 @@ type transactionWriter interface { func main() { app := cli.NewApp() - app.Version = "1.4.0" + app.Version = "1.4.1" app.UsageText = "n26 command [json|csv|statement ID]" app.Name = "N26" app.Usage = "your N26 Bank financial information on the command line"