mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-12 17:02:56 +01:00
Bumping to v0.3.2
This commit is contained in:
parent
fb8c66584b
commit
98e81e4857
1 changed files with 1 additions and 1 deletions
2
apg.go
2
apg.go
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue