From f926f824ffd2e38b6f41a023d32e963d8f80649c Mon Sep 17 00:00:00 2001 From: Simon Bernier St-Pierre Date: Thu, 2 Dec 2021 14:54:19 -0500 Subject: [PATCH] Version 0.15.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3ca6210d..0c372dec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -318,7 +318,7 @@ dependencies = [ [[package]] name = "kubie" -version = "0.15.1" +version = "0.15.3" dependencies = [ "anyhow", "attohttpc", diff --git a/Cargo.toml b/Cargo.toml index 1e4550f5..4c88a02c 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.15.2" +version = "0.15.3" [dependencies] anyhow = "1"