diff --git a/features.go b/features.go index ebcff1f94..36e830fc0 100644 --- a/features.go +++ b/features.go @@ -36,7 +36,7 @@ var featuresCommand = &cli.Command{ OCIVersionMin: "1.0.0", OCIVersionMax: specs.Version, Annotations: map[string]string{ - runcfeatures.AnnotationRuncVersion: version, + runcfeatures.AnnotationRuncVersion: cmd.Root().Version, runcfeatures.AnnotationRuncCommit: gitCommit, runcfeatures.AnnotationRuncCheckpointEnabled: "true", },