Skip to content

Commit

Permalink
Add Version (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohkinozomu authored Nov 19, 2023
1 parent d56c343 commit 1bb04ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ var agentCmd = &cobra.Command{
Registry: registry,
ApplicationName: "fuyuu-router-agent",
ServerAddress: config.Profiling.ServerAddress,
Version: "TODO",
}
ncp := ncp.NeutralCP{Config: c}

Expand Down
1 change: 1 addition & 0 deletions cmd/hub.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ var hubCmd = &cobra.Command{
Registry: registry,
ApplicationName: "fuyuu-router-hub",
ServerAddress: config.Profiling.ServerAddress,
Version: "TODO",
}
ncp := ncp.NeutralCP{Config: c}

Expand Down

0 comments on commit 1bb04ce

Please sign in to comment.