From c74d793b40e43920027f6c2f9ec81e7679d21c49 Mon Sep 17 00:00:00 2001 From: duorameng <2997944583@qq.com> Date: Tue, 23 Jun 2026 09:32:26 +0800 Subject: [PATCH] chore(version): rename panel name to baihu-panel in CLI output --- cmd/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/version/version.go b/cmd/version/version.go index 0e64bbc..86478dc 100644 --- a/cmd/version/version.go +++ b/cmd/version/version.go @@ -7,5 +7,5 @@ import ( ) func Run(args []string) { - fmt.Printf("白虎面板 (Baihu Panel) %s (Build time: %s)\n", constant.Version, constant.BuildTime) + fmt.Printf("baihu-panel %s (Build time: %s)\n", constant.Version, constant.BuildTime) }