From 3f89f8a2a9e5e72bebcfa7bd53ae26964e87c98e Mon Sep 17 00:00:00 2001 From: Yujia Qiao Date: Fri, 16 Sep 2022 16:51:56 +0800 Subject: [PATCH] chore: bump v0.4.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bfa89199..2b72ae46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1439,7 +1439,7 @@ dependencies = [ [[package]] name = "rathole" -version = "0.4.3" +version = "0.4.4" dependencies = [ "anyhow", "async-http-proxy", diff --git a/Cargo.toml b/Cargo.toml index 9c12beba..b30ee70f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rathole" -version = "0.4.3" +version = "0.4.4" edition = "2021" authors = ["Yujia Qiao "] description = "A reverse proxy for NAT traversal"