From c4d349d6f94ba7cd728e8d04952028e7fa73fcac Mon Sep 17 00:00:00 2001 From: pxseu <57842793+pxseu@users.noreply.github.com> Date: Sun, 28 Aug 2022 18:58:01 +0200 Subject: [PATCH] feat: v0.1.28 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 325fe36..e37192a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -673,7 +673,7 @@ dependencies = [ [[package]] name = "hop-cli" -version = "0.1.27" +version = "0.1.28" dependencies = [ "anyhow", "async-compression", diff --git a/Cargo.toml b/Cargo.toml index 8b51e2d..1b88481 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hop-cli" -version = "0.1.27" +version = "0.1.28" edition = "2021" license = "MPL-2.0" authors = ["Hop Inc."]