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