From 9e168f7469cd8c0be4dc3ed373bd4922911ca410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E6=B2=AB=E8=8A=B1=E7=81=ABzzz=F0=9F=8C=99?= Date: Thu, 3 Oct 2024 06:25:07 +0800 Subject: [PATCH] =?UTF-8?q?[*]=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/frpc/sub/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/frpc/sub/root.go b/cmd/frpc/sub/root.go index 59efb67..dd07138 100644 --- a/cmd/frpc/sub/root.go +++ b/cmd/frpc/sub/root.go @@ -115,7 +115,7 @@ var rootCmd = &cobra.Command{ return nil } - log.Info("欢迎使用 LoCyanFrp, Stable Version: v0.51.3 - #2024082401") + log.Info("欢迎使用 LoCyanFrp, Stable Version: v0.51.3 - #2024100301") // If cfgDir is not empty, run multiple frpc service for each config file in cfgDir. // Note that it's only designed for testing. It's not guaranteed to be stable.