diff --git a/features.go b/features.go index b636466bfe4..07fc6dc6e32 100644 --- a/features.go +++ b/features.go @@ -33,7 +33,7 @@ var featuresCommand = cli.Command{ OCIVersionMin: "1.0.0", OCIVersionMax: specs.Version, Annotations: map[string]string{ - runcfeatures.AnnotationRuncVersion: version, + runcfeatures.AnnotationRuncVersion: context.App.Version, runcfeatures.AnnotationRuncCommit: gitCommit, runcfeatures.AnnotationRuncCheckpointEnabled: "true", },