From 4014c9891caea8acbcdcdaa0bdf7aaefc4527a9a Mon Sep 17 00:00:00 2001 From: ssrlive <30760636+ssrlive@users.noreply.github.com> Date: Wed, 23 Aug 2023 10:58:27 +0800 Subject: [PATCH] Bump version 0.1.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cff8d93..81a9b74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["B. Blechschmidt"] edition = "2018" name = "tun2proxy" -version = "0.1.4" +version = "0.1.5" [lib] crate-type = ["cdylib", "lib"]