diff --git a/Cargo.lock b/Cargo.lock index d8bfcc2..f615f92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -490,7 +490,7 @@ checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" [[package]] name = "whyq" -version = "0.8.2" +version = "0.9.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 07d5266..a4adc28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "yet another jq wrapper" authors = [ "clux ", ] -version = "0.8.2" +version = "0.9.0" license = "Apache-2.0" readme = "./README.md" repository = "https://github.com/clux/whyq"