From 980ae0172e96b56fce4a38511725a4f6977e7def Mon Sep 17 00:00:00 2001 From: "B. Blechschmidt" Date: Mon, 30 Oct 2023 22:57:16 +0100 Subject: [PATCH] Bump version 0.1.10 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7fa53cf..09db757 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] -authors = ["B. Blechschmidt"] +authors = ["B. Blechschmidt", "ssrlive"] edition = "2021" name = "tun2proxy" -version = "0.1.9" +version = "0.1.10" [lib] crate-type = ["cdylib", "lib"]