From 0f88c2769bd5bdbf431b90055564ce737639bbad Mon Sep 17 00:00:00 2001 From: DAProgs Date: Thu, 26 Mar 2026 21:17:47 -0400 Subject: [PATCH] Update network-config.sh Version bump for testing --- network-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network-config.sh b/network-config.sh index 0949956..bff2302 100755 --- a/network-config.sh +++ b/network-config.sh @@ -94,7 +94,7 @@ show_status() { echo " ╠══════════════════════════════════════════════════════════════════════════╣" echo " ║ Network Interface Status ║" echo " ╠══════════════════════════════════════════════════════════════════════════╣" - echo " ║ v0.08 ║" + echo " ║ v0.09 ║" local ifaces mapfile -t ifaces < <(get_interfaces)