mirror of
https://github.com/docker/compose.git
synced 2025-07-29 00:24:12 +02:00
deleted useless comment
Signed-off-by: keitosuwahara <keitosuwahara0816@gmail.com>
This commit is contained in:
parent
cab2c2a44e
commit
e37ac04329
@ -63,7 +63,6 @@ var ComposeVersion string
|
|||||||
func init() {
|
func init() {
|
||||||
v, err := version.NewVersion(internal.Version)
|
v, err := version.NewVersion(internal.Version)
|
||||||
if err == nil {
|
if err == nil {
|
||||||
// We are only interested in the core version (e.g., "1.2.3") from the version string.
|
|
||||||
ComposeVersion = v.Core().String()
|
ComposeVersion = v.Core().String()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user