From d8d40b09debcf93e11963be848ba82b2d4d79b6d Mon Sep 17 00:00:00 2001 From: "B. Blechschmidt" Date: Sun, 23 Jun 2024 21:07:33 +0200 Subject: [PATCH] Bump version 0.2.23 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7b9fb5e..9bb5c64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tun2proxy" -version = "0.2.22" +version = "0.2.23" edition = "2021" license = "MIT" repository = "https://github.com/blechschmidt/tun2proxy"