From 95816dd22fcd4d8fa36bf5b3751cbd14aeacefc9 Mon Sep 17 00:00:00 2001 From: Simon Bernier St-Pierre Date: Wed, 2 Aug 2023 23:09:37 -0400 Subject: [PATCH] Version 0.21.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f9186f4b..d4841246 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -722,7 +722,7 @@ dependencies = [ [[package]] name = "kubie" -version = "0.21.0" +version = "0.21.1" dependencies = [ "anyhow", "attohttpc", diff --git a/Cargo.toml b/Cargo.toml index 9c2a72a8..2c8af247 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.21.0" +version = "0.21.1" [dependencies] anyhow = "1"