Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Riscky committed Jun 13, 2022
1 parent fb5b672 commit 3b55e17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion vaultenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let
in
mkDerivation {
pname = "vaultenv";
version = "0.14.0";
version = "0.15.0";

src =
let
Expand Down

0 comments on commit 3b55e17

Please sign in to comment.