From c167f45a5e49509a420aabfdbc20d3f966746539 Mon Sep 17 00:00:00 2001 From: ssrlive <30760636+ssrlive@users.noreply.github.com> Date: Sat, 14 Sep 2024 10:11:25 +0800 Subject: [PATCH] Bump version 0.4.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1c994e9..46a24a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tun2proxy" -version = "0.4.1" +version = "0.4.2" edition = "2021" license = "MIT" repository = "https://github.com/blechschmidt/tun2proxy"