From 12bfdb0f17ea2399ec5b2ef413b35319e0861076 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 Jun 2022 13:26:42 +0000 Subject: [PATCH] bump to version v0.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 352de81..c54bd68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -370,7 +370,7 @@ dependencies = [ [[package]] name = "kustomize-pass" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index c23aded..aa1b685 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "kustomize-pass" description = "kustomize generator and transformer plugin for pass managed secrets" documentation = "https://docs.rs/kustomize-pass" -version = "0.3.0" +version = "0.3.1" authors = ["Finn Sell "] edition = "2021" repository = "https://github.com/ftsell/kustomize-pass"