We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544e784 commit 631838eCopy full SHA for 631838e
components/content-service/cmd/run.go
@@ -22,6 +22,7 @@ var runCmd = &cobra.Command{
22
23
srv, err := baseserver.New("content-service",
24
baseserver.WithGRPC(&cfg.Service),
25
+ baseserver.WithVersion(Version),
26
)
27
if err != nil {
28
log.WithError(err).Fatal("Failed to create server.")
components/ws-daemon/cmd/run.go
@@ -45,6 +45,7 @@ var runCmd = &cobra.Command{
45
srv, err := baseserver.New(grpcServerName,
46
47
baseserver.WithHealthHandler(health),
48
49
50
51
log.WithError(err).Fatal("Cannot set up server.")
0 commit comments