aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Yujia Qiao <rapiz3142@gmail.com> 2022-03-09 12:26:30 +0800
committerGravatar Yujia Qiao <rapiz3142@gmail.com> 2022-03-09 12:34:45 +0800
commit952c4134c3e3e64fd0e479fa7327abb3e9bea0f3 (patch)
tree84078bd41c103611aaef31b80d0935e554a37e62
parent479260720e2a5d5286343c9eec3d231f327ebc59 (diff)
downloadrathole-952c4134c3e3e64fd0e479fa7327abb3e9bea0f3.tar.gz
rathole-952c4134c3e3e64fd0e479fa7327abb3e9bea0f3.tar.zst
rathole-952c4134c3e3e64fd0e479fa7327abb3e9bea0f3.zip
chore: bump v0.4.0v0.4.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 28f9a09..b7016b2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1503,7 +1503,7 @@ dependencies = [
[[package]]
name = "rathole"
-version = "0.3.10"
+version = "0.4.0"
dependencies = [
"anyhow",
"async-http-proxy",
diff --git a/Cargo.toml b/Cargo.toml
index 0f3a12e..ec2dd8e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rathole"
-version = "0.3.10"
+version = "0.4.0"
edition = "2021"
authors = ["Yujia Qiao <code@rapiz.me>"]
description = "A reverse proxy for NAT traversal"