From 5ef6981db71daced991a1f515e7927c28fb62d83 Mon Sep 17 00:00:00 2001 From: shellrow <81893184+shellrow@users.noreply.github.com> Date: Sat, 11 Mar 2023 14:22:54 +0900 Subject: [PATCH] Bump version to 0.13.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ae2dfcc..9a3ff28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "default-net" -version = "0.13.0" +version = "0.13.1" authors = ["shellrow "] edition = "2021" description = "Cross-platform library for network interface and gateway"