diff --git a/README.md b/README.md index 87d46f4..e997412 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ of `tutorial.sh`. ## Usage ``` -vaultenv 0.14.0 - run programs with secrets from HashiCorp Vault +vaultenv 0.15.0 - run programs with secrets from HashiCorp Vault Usage: vaultenv [--version] [--host HOST] [--port PORT] [--addr ADDR] [--token TOKEN | --github-token TOKEN | --kubernetes-role ROLE] diff --git a/package.yaml b/package.yaml index ea5bc72..3eac1c6 100644 --- a/package.yaml +++ b/package.yaml @@ -1,7 +1,7 @@ # Changed the name here because nixpkgs also includes a vaultenv and we haven't # figured out how to mask that when we build vaultenv with nix itself. name: vaultenv-real -version: 0.14.0 +version: 0.15.0 synopsis: Runs processes with secrets from HashiCorp Vault license: BSD3 github: channable/vaultenv diff --git a/vaultenv.nix b/vaultenv.nix index b7e67a8..f286fc4 100644 --- a/vaultenv.nix +++ b/vaultenv.nix @@ -9,7 +9,7 @@ let in mkDerivation { pname = "vaultenv"; - version = "0.14.0"; + version = "0.15.0"; src = let