From e08534ef8955f4512009804b6fdb71fd77fa17fc Mon Sep 17 00:00:00 2001 From: Simon Bernier St-Pierre Date: Tue, 16 Feb 2021 00:01:57 -0500 Subject: [PATCH] Version 0.13.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 45aefa2b..e31f7cb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -335,7 +335,7 @@ dependencies = [ [[package]] name = "kubie" -version = "0.13.0" +version = "0.13.1" dependencies = [ "anyhow", "attohttpc", diff --git a/Cargo.toml b/Cargo.toml index f08b9851..619803e6 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.13.0" +version = "0.13.1" [dependencies] anyhow = "1"