mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 01:23:51 +02:00
13 lines
284 B
Diff
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).
|