Skip to content

Commit

Permalink
Bump version to v0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bertptrs committed Jul 6, 2021
1 parent 3bbfae4 commit 55c954f
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.13.2 - run programs with secrets from HashiCorp Vault
vaultenv 0.13.3 - run programs with secrets from HashiCorp Vault
Usage: vaultenv [--version] [--host HOST] [--port PORT] [--addr ADDR]
[--token TOKEN] [--secrets-file FILENAME] [CMD] [ARGS...]
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.13.2
version: 0.13.3
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.13.2";
version = "0.13.3";

src =
let
Expand Down

0 comments on commit 55c954f

Please sign in to comment.