From e58a2adeba72fae31ad8fb4362ab8e9a54ae6c7e Mon Sep 17 00:00:00 2001 From: Balazs Nadasdi Date: Mon, 22 Jun 2020 12:26:02 +0200 Subject: [PATCH] v1.1.9 --- info/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info/app.go b/info/app.go index 8fbab8b..013b69d 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.8" +const AppVersion string = "v1.1.9"