From e4ddad7d7e8307aad7308fcb71354e1f708c7401 Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Thu, 27 Jun 2024 16:03:20 +0200 Subject: [PATCH] chore: Release dumbpipe version 0.11.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a3bccc2..a66fc50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -760,7 +760,7 @@ dependencies = [ [[package]] name = "dumbpipe" -version = "0.10.0" +version = "0.11.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 40cd071..38441a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dumbpipe" -version = "0.10.0" +version = "0.11.0" edition = "2021" authors = ["RĂ¼diger Klaehn ", "n0 team"] keywords = ["netcat", "cli", "network", "p2p", "holepunching"]