diff --git a/service/service.go b/service/service.go index 9ab8a304..83b52ca1 100644 --- a/service/service.go +++ b/service/service.go @@ -110,6 +110,9 @@ func NewService(ctx context.Context) (*service, error) { eventPublisher.Publish(&events.Event{ Event: "nwc_started", + Properties: map[string]interface{}{ + "version": version.Tag, + }, }) if appConfig.GoProfilerAddr != "" {