Update apg.go

Update version to 0.4.0
This commit is contained in:
Winni Neessen 2021-10-24 21:52:01 +02:00 committed by GitHub
parent f094820bc3
commit 97412600fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ import (
)
// VersionString represents the current version of the apg-go CLI
const VersionString string = "0.4.0-rc1"
const VersionString string = "0.4.0"
// Help text
const usage = `apg-go // A "Automated Password Generator"-clone