From c0cbf19e1bf60d25f4c973ddf2d874ff834fe844 Mon Sep 17 00:00:00 2001 From: pxseu <57842793+pxseu@users.noreply.github.com> Date: Fri, 23 Sep 2022 23:44:47 +0200 Subject: [PATCH] feat: v0.1.40 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 917b493..6ac3ed8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -726,7 +726,7 @@ dependencies = [ [[package]] name = "hop-cli" -version = "0.1.39" +version = "0.1.40" dependencies = [ "anyhow", "async-compression", diff --git a/Cargo.toml b/Cargo.toml index 06682b6..6ed2f3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hop-cli" -version = "0.1.39" +version = "0.1.40" edition = "2021" license = "MPL-2.0" authors = ["Hop Inc."]