From b3d2f1df536840029a07c02a334243de314913fd Mon Sep 17 00:00:00 2001 From: Daniel Mikusa Date: Mon, 11 Nov 2024 08:28:38 -0500 Subject: [PATCH] Release v1.22.0 Signed-off-by: Daniel Mikusa --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 061003d..7172d62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,7 +49,7 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "binding_tool" -version = "1.21.0" +version = "1.22.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index ca40f6d..0e8bae7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ [package] name = "binding_tool" -version = "1.21.0" +version = "1.22.0" edition = "2018" authors = ["Daniel Mikusa "] description = "Generate Kubernetes service bindings for use with Cloud Native Buildpacks"