From b8f4f59e0e22cfd854f5a0e032eacbaf2bd05838 Mon Sep 17 00:00:00 2001 From: "B. Blechschmidt" Date: Sun, 20 Jul 2025 18:51:02 +0200 Subject: [PATCH] chore: bump version to v0.7.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d21876c..a47c5d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tun2proxy" -version = "0.7.12" +version = "0.7.13" edition = "2024" license = "MIT" repository = "https://github.com/tun2proxy/tun2proxy"