From 006971f4914e000ba49299f6eca4b333b44bbd4b Mon Sep 17 00:00:00 2001 From: shellrow <81893184+shellrow@users.noreply.github.com> Date: Fri, 24 Mar 2023 22:22:19 +0900 Subject: [PATCH] Bump version to 0.14.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f2de623..c01ce45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "default-net" -version = "0.14.0" +version = "0.14.1" authors = ["shellrow "] edition = "2021" description = "Cross-platform library for network interface and gateway"