From 45a6d538c2df89202dd367d94662e67fca6ba64f Mon Sep 17 00:00:00 2001 From: Yujia Qiao Date: Tue, 4 Jan 2022 17:02:16 +0800 Subject: [PATCH] chore: bump v0.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb71f339..ecca1041 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1509,7 +1509,7 @@ dependencies = [ [[package]] name = "rathole" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 69f80fc5..ad12ec84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rathole" -version = "0.3.0" +version = "0.3.1" edition = "2021" authors = ["Yujia Qiao "] description = "A reverse proxy for NAT traversal"