Skip to content

Commit

Permalink
Use the appVersion constant for telemetry applicationVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow committed Jul 27, 2022
1 parent c1c68ef commit b5d5a1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/telemetry/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ package telemetry

import (
"time"

"github.com/snowplow-devops/stream-replicator/cmd"
)

var (
Expand All @@ -11,5 +13,5 @@ var (
url = "telemetry-g.snowplowanalytics.com"
port = "443"
applicationName = "stream-replicator"
applicationVersion = "1.0.0"
applicationVersion = cmd.AppVersion
)

0 comments on commit b5d5a1a

Please sign in to comment.