From eb28e7c8580f6fc5ecf4f76a5aab9310ccecb993 Mon Sep 17 00:00:00 2001 From: mstein-dfinity <98627564+mstein-dfinity@users.noreply.github.com> Date: Thu, 10 Feb 2022 15:22:51 -0800 Subject: [PATCH] chore: version bump `0.8.0` (#18) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0aeb9c6..ac062b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -751,7 +751,7 @@ dependencies = [ [[package]] name = "icx-proxy" -version = "0.7.0" +version = "0.8.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index c10e7c5..ce65001 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icx-proxy" -version = "0.7.0" +version = "0.8.0" authors = ["DFINITY Stiftung "] edition = "2018" description = "CLI tool to create an HTTP proxy to the Internet Computer."