From bb717254f3ab42d989ddec096cb627e5f883c071 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Wed, 11 May 2022 15:01:48 +0200 Subject: [PATCH] Update apg.go Bump version to 0.4.1 --- cmd/apg/apg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/apg/apg.go b/cmd/apg/apg.go index 7cd90a7..a28aa47 100644 --- a/cmd/apg/apg.go +++ b/cmd/apg/apg.go @@ -15,7 +15,7 @@ import ( ) // VersionString represents the current version of the apg-go CLI -const VersionString string = "0.4.0" +const VersionString string = "0.4.1" // Help text const usage = `apg-go // A "Automated Password Generator"-clone