mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-09 15:52:54 +01:00
Update apg.go
This commit is contained in:
parent
781a781633
commit
2c23220100
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// VersionString represents the current version of the apg-go CLI
|
// VersionString represents the current version of the apg-go CLI
|
||||||
const VersionString string = "0.4.0"
|
const VersionString string = "0.4.0-rc1"
|
||||||
|
|
||||||
// Help text
|
// Help text
|
||||||
const usage = `apg-go // A "Automated Password Generator"-clone
|
const usage = `apg-go // A "Automated Password Generator"-clone
|
||||||
|
|
Loading…
Reference in a new issue