diff --git a/README.md b/README.md index 55d5f7d..7e3bb3b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ generate-secure-pillar [global options] command [command options] [arguments...] -## VERSION 1.0.590 +## VERSION 1.0.591 ## AUTHOR diff --git a/cmd/root.go b/cmd/root.go index 93ec9bd..c0b5e47 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -92,7 +92,7 @@ $ generate-secure-pillar keys recurse -d /path/to/pillar/secure/stuff # show the PGP Key ID used for an element at a path in a file $ generate-secure-pillar keys path --path "some:yaml:path" --file new.sls `, - Version: "1.0.590", + Version: "1.0.591", } const all = "all"