From 43ce2772d118ceff7740df00cd55154279252040 Mon Sep 17 00:00:00 2001 From: pxseu <57842793+pxseu@users.noreply.github.com> Date: Sun, 11 Jun 2023 03:51:49 +0200 Subject: [PATCH] feat: v0.2.50 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cff6c64..d176716 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -780,7 +780,7 @@ dependencies = [ [[package]] name = "hop-cli" -version = "0.2.49" +version = "0.2.50" dependencies = [ "anyhow", "async-compression 0.4.0", diff --git a/Cargo.toml b/Cargo.toml index 693c9bf..6368afe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hop-cli" -version = "0.2.49" +version = "0.2.50" edition = "2021" license = "MPL-2.0" authors = ["Hop, Inc."]