From c6f9610eb320e6e0b9721e885da6f58619cba46a Mon Sep 17 00:00:00 2001 From: ssrlive <30760636+ssrlive@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:03:35 +0800 Subject: [PATCH] Bump version 0.1.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 416eb6c..7fa53cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["B. Blechschmidt"] edition = "2021" name = "tun2proxy" -version = "0.1.8" +version = "0.1.9" [lib] crate-type = ["cdylib", "lib"]