From dd16a61373f9b165b6d3a77f2bf897432c46d380 Mon Sep 17 00:00:00 2001 From: pxseu <57842793+pxseu@users.noreply.github.com> Date: Sun, 19 Feb 2023 08:24:13 +0100 Subject: [PATCH] feat: v0.2.30 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2123532..22da75f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -748,7 +748,7 @@ dependencies = [ [[package]] name = "hop-cli" -version = "0.2.29" +version = "0.2.30" dependencies = [ "anyhow", "async-compression", diff --git a/Cargo.toml b/Cargo.toml index d87d15b..421d85f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hop-cli" -version = "0.2.29" +version = "0.2.30" edition = "2021" license = "MPL-2.0" authors = ["Hop, Inc."]