From 8e3f713ac892752adc476b00d227a30a0d6259b7 Mon Sep 17 00:00:00 2001 From: shellrow <81893184+shellrow@users.noreply.github.com> Date: Fri, 10 Mar 2023 00:57:09 +0900 Subject: [PATCH] Bump version to 0.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b19f42d..ae2dfcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "default-net" -version = "0.12.0" +version = "0.13.0" authors = ["shellrow "] edition = "2021" description = "Cross-platform library for network interface and gateway"