skeeto / passphrase2pgp

Generate a PGP key from a passphrase
The Unlicense
188 stars 14 forks source link

Bump version in code #6

Closed TeddyDD closed 4 years ago

TeddyDD commented 4 years ago

It's currently hardcoded to 0.1.0 :wink:

Also I'd change type of version from const to string so it can be overridden by ldflags -X

https://github.com/skeeto/passphrase2pgp/blob/a0f1ceb4b7613aa8cd82137c20ff5d3cd3cb8396/passphrase2pgp.go#L36

skeeto commented 4 years ago

Doh, thanks! Released v1.0.1 with this corrected.