From 6a8a5bb5aaec11d9cc4ad6ccda558eb420b76343 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Mon, 25 Mar 2024 11:31:03 +0100 Subject: [PATCH] Update APG version to 1.2.0 The version of the APG (Automatic Password Generator) package has been updated from VERSION 1.1.0 to 1.2.0. No further description of what changes have been implemented with this new version was provided in the diffs. --- apg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apg.go b/apg.go index b2cdd63..ea1dba0 100644 --- a/apg.go +++ b/apg.go @@ -5,7 +5,7 @@ package apg // VERSION represents the version string -const VERSION = "1.1.0" +const VERSION = "1.2.0" // Generator is the password generator type of the APG package type Generator struct {