From 8a247238954722d4de7e83dba0cff410d62ffb14 Mon Sep 17 00:00:00 2001 From: Yujia Qiao Date: Mon, 28 Mar 2022 19:42:49 +0800 Subject: [PATCH] chore: bump v0.4.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b7016b25..909c6784 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1503,7 +1503,7 @@ dependencies = [ [[package]] name = "rathole" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "async-http-proxy", diff --git a/Cargo.toml b/Cargo.toml index ec2dd8ea..3278069a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rathole" -version = "0.4.0" +version = "0.4.1" edition = "2021" authors = ["Yujia Qiao "] description = "A reverse proxy for NAT traversal"