diff --git a/config/components/status/component.go b/config/components/status/component.go index 4037597..584e88c 100644 --- a/config/components/status/component.go +++ b/config/components/status/component.go @@ -80,6 +80,8 @@ func (o *mod) Init(key string, ctx context.Context, get cfgtps.FuncCptGet, vpr l } return nil }) + + o.s.SetVersion(vrs) } // RegisterFuncStart registers the 'Before' and 'After' callbacks for the Start event.