From 8cedc39eb2802c8315d9c4cc0f41c4abac122dce Mon Sep 17 00:00:00 2001 From: Simon Bernier St-Pierre Date: Sun, 30 Jun 2024 20:26:04 -0400 Subject: [PATCH] Version 0.23.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a47ca16..80c8f23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -704,7 +704,7 @@ dependencies = [ [[package]] name = "kubie" -version = "0.23.0" +version = "0.23.1" dependencies = [ "anyhow", "attohttpc", diff --git a/Cargo.toml b/Cargo.toml index 478118c..051b615 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "Zlib" name = "kubie" readme = "README.md" repository = "https://github.com/sbstp/kubie" -version = "0.23.0" +version = "0.23.1" [dependencies] anyhow = "1"