diff --git a/Cargo.lock b/Cargo.lock index c8dd9a8a..3c827673 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -364,7 +364,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "zetta" -version = "0.10.1" +version = "0.11.0" dependencies = [ "ansi_term", "datetime", diff --git a/Cargo.toml b/Cargo.toml index c2b33910..e44680e8 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.10.1" +version = "0.11.0" [[bin]]