Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 399f6cd

Browse files
committed
document public variable
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent 37b6230 commit 399f6cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/api/labels.go

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ const (
5151
VersionLabel = "com.docker.compose.version"
5252
)
5353

54+
// ComposeVersion is the compose tool version as declared by label VersionLabel
5455
var ComposeVersion string
5556

5657
func init() {

0 commit comments

Comments
 (0)