From f7703c3461963462b903d4f841df69bd976897f0 Mon Sep 17 00:00:00 2001 From: pxseu <57842793+pxseu@users.noreply.github.com> Date: Mon, 9 Oct 2023 01:27:25 +0200 Subject: [PATCH] feat: v0.2.57 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ab52a9..05318ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -785,7 +785,7 @@ dependencies = [ [[package]] name = "hop-cli" -version = "0.2.56" +version = "0.2.57" dependencies = [ "anyhow", "async-compression 0.4.3", diff --git a/Cargo.toml b/Cargo.toml index b5ff203..bfbb76c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hop-cli" -version = "0.2.56" +version = "0.2.57" edition = "2021" license = "MPL-2.0" authors = ["Hop, Inc."]