Bumping to v0.3.2

This commit is contained in:
Winni Neessen 2021-04-29 11:52:35 +02:00
parent fb8c66584b
commit 98e81e4857
Signed by: wneessen
GPG key ID: 385AC9889632126E

2
apg.go
View file

@ -10,7 +10,7 @@ import (
// Constants
const DefaultMinLenght int = 12
const DefaultMaxLenght int = 20
const VersionString string = "0.3.1"
const VersionString string = "0.3.2"
type Config struct {
minPassLen int