From 746edb2c750a5bfa403b29a0116f3d26d63371ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 30 Apr 2024 21:56:39 +0000 Subject: [PATCH] chore: bump version to v2.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8dc9d75..dd71110 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "network-interface" description = "Retrieve system's Network Interfaces on Linux, FreeBSD, macOS and Windows on a standarized manner" -version = "1.1.4" +version = "2.0.0" repository = "https://github.com/EstebanBorai/network-interface" categories = ["web-programming", "network-programming"] homepage = "https://github.com/EstebanBorai/network-interface"