From ab7cb5349db52edeb0bd4c0bce65a463f80f2b42 Mon Sep 17 00:00:00 2001 From: ssrlive <30760636+ssrlive@users.noreply.github.com> Date: Thu, 14 May 2026 09:01:59 +0800 Subject: [PATCH] Bump version to 0.8.0 in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6b8bb24..7da0519 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tun2proxy" -version = "0.7.21" +version = "0.8.0" edition = "2024" license = "MIT" repository = "https://github.com/tun2proxy/tun2proxy"