From 2174a5e975f6b6fce90c0d6d51ffa2753190f3bd Mon Sep 17 00:00:00 2001 From: clux Date: Tue, 19 Sep 2023 10:19:25 +0100 Subject: [PATCH] 0.8.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 979294d..53aa4df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -491,7 +491,7 @@ checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" [[package]] name = "whyq" -version = "0.8.1" +version = "0.8.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 80a9d53..70a37ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "yet another jq wrapper" authors = [ "clux ", ] -version = "0.8.1" +version = "0.8.2" license = "Apache-2.0" readme = "./README.md" repository = "https://github.com/clux/whyq"