From 11b4dc2cbe088fee24e63a32e3252592ac9d8230 Mon Sep 17 00:00:00 2001 From: DAProgs Date: Thu, 26 Mar 2026 21:15:12 -0400 Subject: [PATCH] Update network-config.sh forgot the version --- network-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network-config.sh b/network-config.sh index db427ba..0949956 100755 --- a/network-config.sh +++ b/network-config.sh @@ -94,7 +94,7 @@ show_status() { echo " ╠══════════════════════════════════════════════════════════════════════════╣" echo " ║ Network Interface Status ║" echo " ╠══════════════════════════════════════════════════════════════════════════╣" - echo " ║ v0.07 ║" + echo " ║ v0.08 ║" local ifaces mapfile -t ifaces < <(get_interfaces)