mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-09 15:52:54 +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
|
// Constants
|
||||||
const DefaultMinLenght int = 12
|
const DefaultMinLenght int = 12
|
||||||
const DefaultMaxLenght int = 20
|
const DefaultMaxLenght int = 20
|
||||||
const VersionString string = "0.3.1"
|
const VersionString string = "0.3.2"
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
minPassLen int
|
minPassLen int
|
||||||
|
|
Loading…
Reference in a new issue