From e5427c8b38e542a02c9b6a78595c42378809ee71 Mon Sep 17 00:00:00 2001 From: Fennewald Date: Mon, 7 Oct 2024 11:38:13 -0400 Subject: [PATCH] bump Cargo.toml version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index afb29e0..50ae925 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["nushell", "network", "plugin"] homepage = "https://github.com/fennewald/nu_plugin_net" repository = "https://github.com/fennewald/nu_plugin_net" description = "A nushell plugin for enumerating network interfaces in a platform-agnostic way" -version = "1.7.0" +version = "1.8.0" edition = "2021" readme = "README.md"