From 1240dd8df93d966e6c357ac67ffcecb6fcf0b1c4 Mon Sep 17 00:00:00 2001 From: Yujia Qiao Date: Sat, 8 Jan 2022 19:39:52 +0800 Subject: [PATCH] chore: bump v0.3.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 77a3ac43..1b764fdc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1503,7 +1503,7 @@ dependencies = [ [[package]] name = "rathole" -version = "0.3.3" +version = "0.3.4" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 098fce86..313d0c3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rathole" -version = "0.3.3" +version = "0.3.4" edition = "2021" authors = ["Yujia Qiao "] description = "A reverse proxy for NAT traversal"