We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab2c2a commit e37ac04Copy full SHA for e37ac04
pkg/api/labels.go
@@ -63,7 +63,6 @@ var ComposeVersion string
63
func init() {
64
v, err := version.NewVersion(internal.Version)
65
if err == nil {
66
- // We are only interested in the core version (e.g., "1.2.3") from the version string.
67
ComposeVersion = v.Core().String()
68
}
69
0 commit comments