void-packages/srcpkgs/passphrase2pgp/patches/version.patch
2020-01-23 10:36:50 +01:00

13 lines
284 B
Diff

diff --git passphrase2pgp.go passphrase2pgp.go
index 0afc4b..e47b97 100644
--- passphrase2pgp.go
+++ passphrase2pgp.go
@@ -33,7 +33,7 @@ const (
formatPGP = iota
formatSSH
- version = "0.1.0"
+ version = "1.0.0"
)
// Print the message like fmt.Printf() and then os.Exit(1).