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.
This commit is contained in:
Winni Neessen 2024-03-25 11:31:03 +01:00
parent 0404b68489
commit 6a8a5bb5aa
Signed by: wneessen
GPG key ID: 385AC9889632126E

2
apg.go
View file

@ -5,7 +5,7 @@
package apg package apg
// VERSION represents the version string // 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 // Generator is the password generator type of the APG package
type Generator struct { type Generator struct {