Skip to content

Commit

Permalink
[*] 更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
Daiyangcheng committed Feb 17, 2024
1 parent 022d2b2 commit 3f4d4ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/frpc/sub/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ var rootCmd = &cobra.Command{
return nil
}

log.Info("欢迎使用LoCyanFrp, Stable Version: v0.51.3 - #2023121601")
log.Info("欢迎使用LoCyanFrp, Stable Version: v0.51.3 - #2024021801")

// 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.
Expand All @@ -124,14 +124,14 @@ var rootCmd = &cobra.Command{
return nil
}

log.Info("To Get Config File from LoCyanFrp API...")
s, err := api.NewService("https://www.locyanfrp.cn/api/")
if err != nil {
log.Warn("Initialize API Service Failed, err: %s", err)
}

if cfgToken != "" && len(cfgProxyIDs) > 0 {
if len(cfgProxyIDs) > 1 {
log.Info("To Get Config File from LoCyanFrp API...")
var wg conc.WaitGroup

// 新建配置文件文件夹
Expand Down

0 comments on commit 3f4d4ef

Please sign in to comment.