diff --git a/Cargo.lock b/Cargo.lock index f7c09435..bf32d58b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -370,7 +370,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "zetta" -version = "0.11.0" +version = "0.11.1" dependencies = [ "ansi_term", "datetime", diff --git a/Cargo.toml b/Cargo.toml index 51e16b06..c4bb8766 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ exclude = ["/devtools/*", "/Justfile", "/Vagrantfile", "/screenshots.png"] readme = "README.md" license = "MIT" repository = "https://github.com/syphar/zetta" -version = "0.11.0" +version = "0.11.1" [[bin]]