Skip to content

Commit

Permalink
Use only version number
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro committed Nov 26, 2024
1 parent 600d82c commit e5541f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/jaeger/internal/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func Command() *cobra.Command {
info := component.BuildInfo{
Command: "jaeger",
Description: description,
Version: version.Get().String(),
Version: version.Get().GitVersion,
}

settings := otelcol.CollectorSettings{
Expand Down

0 comments on commit e5541f5

Please sign in to comment.