From 79d950cb9cae30505b7528dbe6ef1649a4ecea2f Mon Sep 17 00:00:00 2001 From: pxseu <57842793+pxseu@users.noreply.github.com> Date: Fri, 16 Jun 2023 21:11:15 +0200 Subject: [PATCH] feat: v0.2.52 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76d9f2c..094ca1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -780,7 +780,7 @@ dependencies = [ [[package]] name = "hop-cli" -version = "0.2.51" +version = "0.2.52" dependencies = [ "anyhow", "async-compression 0.4.0", diff --git a/Cargo.toml b/Cargo.toml index f893c4e..d061077 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hop-cli" -version = "0.2.51" +version = "0.2.52" edition = "2021" license = "MPL-2.0" authors = ["Hop, Inc."]