From 6ffcb7d8fbaa70ab0e5c902ce2c99da8d110e008 Mon Sep 17 00:00:00 2001 From: pxseu <57842793+pxseu@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:45:04 +0100 Subject: [PATCH] feat: v0.2.61 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64fa424..bef4e93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -785,7 +785,7 @@ dependencies = [ [[package]] name = "hop-cli" -version = "0.2.60" +version = "0.2.61" dependencies = [ "anyhow", "async-compression 0.4.3", diff --git a/Cargo.toml b/Cargo.toml index aae7e3e..f544c73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hop-cli" -version = "0.2.60" +version = "0.2.61" edition = "2021" license = "MPL-2.0" authors = ["Hop, Inc."]