From 50c4497071c0a2a65e00c3b4c742cdc1d8077435 Mon Sep 17 00:00:00 2001 From: Balazs Nadasdi Date: Mon, 14 Oct 2019 18:02:27 +0200 Subject: [PATCH] bump version --- info/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info/app.go b/info/app.go index 0b6de63..290a2c8 100644 --- a/info/app.go +++ b/info/app.go @@ -7,4 +7,4 @@ const AppRepoOwner string = "yitsushi" const AppName string = "totp-cli" // AppVersion defined current version of this application -const AppVersion string = "v1.1.5" +const AppVersion string = "v1.1.7"