From 2c232201007467694a200ebbf288dd60cebf6941 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Thu, 23 Sep 2021 19:58:51 +0200 Subject: [PATCH] Update apg.go --- 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 cf0ce10..b72aa78 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.0-rc1" // Help text const usage = `apg-go // A "Automated Password Generator"-clone