Skip to content

Commit de396a9

Browse files
committed
Bump version to 0.18
1 parent 0f7c3f1 commit de396a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ of `tutorial.sh`.
9999
## Usage
100100

101101
```
102-
vaultenv 0.17.0 - run programs with secrets from HashiCorp Vault
102+
vaultenv 0.18.0 - run programs with secrets from HashiCorp Vault
103103
104104
Usage: vaultenv [--version] [--host HOST] [--port PORT] [--addr ADDR]
105105
[--token TOKEN | --github-token TOKEN | --kubernetes-role ROLE]

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changed the name here because nixpkgs also includes a vaultenv and we haven't
22
# figured out how to mask that when we build vaultenv with nix itself.
33
name: vaultenv-real
4-
version: 0.17.0
4+
version: 0.18.0
55
synopsis: Runs processes with secrets from HashiCorp Vault
66
license: BSD3
77
github: channable/vaultenv

vaultenv.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let
1010
in
1111
mkDerivation {
1212
pname = "vaultenv";
13-
version = "0.17.0";
13+
version = "0.18.0";
1414

1515
src =
1616
let

0 commit comments

Comments
 (0)