From ee39a8e31e3fe26e58c01ecdfaa646b187f25b79 Mon Sep 17 00:00:00 2001 From: Yujia Qiao Date: Mon, 23 May 2022 20:31:03 +0800 Subject: [PATCH] chore: bump v0.4.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 82323387..97031b54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1439,7 +1439,7 @@ dependencies = [ [[package]] name = "rathole" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "async-http-proxy", diff --git a/Cargo.toml b/Cargo.toml index 24dc256d..67b18dde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rathole" -version = "0.4.1" +version = "0.4.2" edition = "2021" authors = ["Yujia Qiao "] description = "A reverse proxy for NAT traversal"