diff --git a/pkg/api/labels.go b/pkg/api/labels.go index 8e0031a5f..fd8d6a98e 100644 --- a/pkg/api/labels.go +++ b/pkg/api/labels.go @@ -51,6 +51,7 @@ const ( VersionLabel = "com.docker.compose.version" ) +// ComposeVersion is the compose tool version as declared by label VersionLabel var ComposeVersion string func init() {