From e293c15ee569c4b9fe63bd4a7fbf488c3479227f Mon Sep 17 00:00:00 2001 From: edouardparis Date: Tue, 16 Jul 2024 11:45:53 +0200 Subject: [PATCH] cli: version 0.0.20 --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 4c289f6..0aa8f9b 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ name = "async-hwi-cli" readme = "README.md" description = "HWI CLI" -version = "0.0.19" +version = "0.0.20" license-file.workspace = true edition.workspace = true authors.workspace = true