Преглед изворни кода

document public variable

Signed-off-by: Nicolas De Loof <[email protected]>
Nicolas De Loof пре 4 година
родитељ
комит
399f6cde5e
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      pkg/api/labels.go

+ 1 - 0
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() {