Преглед на файлове

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() {