From d4d0466cae4d0342c0c4af6e53f75c14b878785d Mon Sep 17 00:00:00 2001 From: pxseu <57842793+pxseu@users.noreply.github.com> Date: Sat, 8 Apr 2023 02:09:07 +0200 Subject: [PATCH] feat: v0.2.37 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e39b02..67946d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -733,7 +733,7 @@ dependencies = [ [[package]] name = "hop-cli" -version = "0.2.36" +version = "0.2.37" dependencies = [ "anyhow", "async-compression", diff --git a/Cargo.toml b/Cargo.toml index 234380d..5fc066f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hop-cli" -version = "0.2.36" +version = "0.2.37" edition = "2021" license = "MPL-2.0" authors = ["Hop, Inc."]