diff --git a/Cargo.lock b/Cargo.lock index 33306ef..642ab7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -704,7 +704,7 @@ dependencies = [ [[package]] name = "kubie" -version = "0.24.0" +version = "0.24.1" dependencies = [ "anyhow", "attohttpc", diff --git a/Cargo.toml b/Cargo.toml index 833f78e..e51f7e9 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.24.0" +version = "0.24.1" [dependencies] anyhow = "1"