瀏覽代碼

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