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"