From ebb764ae53d7ffe4fcb45f83f7563bec5c74199d Mon Sep 17 00:00:00 2001 From: Yujia Qiao Date: Sun, 1 Oct 2023 17:55:18 +0800 Subject: [PATCH] chore(bump): v0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fe7691f..6856445 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1477,7 +1477,7 @@ dependencies = [ [[package]] name = "rathole" -version = "0.4.9" +version = "0.5.0" dependencies = [ "anyhow", "async-http-proxy", diff --git a/Cargo.toml b/Cargo.toml index 1311f88..1c8ca73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rathole" -version = "0.4.9" +version = "0.5.0" edition = "2021" authors = ["Yujia Qiao "] description = "A reverse proxy for NAT traversal"