From ecc4cb7c26f034a40d355f97b4da76631d89756d Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Wed, 4 Dec 2024 14:11:21 +0100 Subject: [PATCH] chore: Release dumbpipe version 0.21.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d4abc71..2b9eede 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -731,7 +731,7 @@ dependencies = [ [[package]] name = "dumbpipe" -version = "0.20.0" +version = "0.21.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 0f4b881..be30a50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dumbpipe" -version = "0.20.0" +version = "0.21.0" edition = "2021" authors = ["RĂ¼diger Klaehn ", "n0 team"] keywords = ["netcat", "cli", "network", "p2p", "holepunching"]