From f53b166b3181ea594dfceac672ae6a5067474d0c Mon Sep 17 00:00:00 2001 From: Kasey Date: Mon, 30 Sep 2024 15:19:27 -0400 Subject: [PATCH] chore: Release sendme version 0.17.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3fe1736..57c8f22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3479,7 +3479,7 @@ checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" [[package]] name = "sendme" -version = "0.16.0" +version = "0.17.0" dependencies = [ "anyhow", "async-channel", diff --git a/Cargo.toml b/Cargo.toml index e2d03d8..24edb3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sendme" -version = "0.16.0" +version = "0.17.0" edition = "2021" authors = ["RĂ¼diger Klaehn ", "n0 team"] keywords = ["scp", "sftp", "network", "p2p", "holepunching"]