From aebd7b56345d79d406d0611ac7c8dc2b185c5259 Mon Sep 17 00:00:00 2001 From: Guilherme Thomazi Bonicontro Date: Mon, 30 Apr 2018 16:43:17 +0200 Subject: [PATCH] version bump 1.4.1 --- README.md | 2 +- cmd/n26/n26.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"