mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
split compose-cli "docker" and composeV2 cli-plugin release processes
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
2605aae33f
commit
3aaec6a554
12 changed files with 85 additions and 60 deletions
|
|
@ -52,7 +52,7 @@ func versionCommand() *cobra.Command {
|
|||
}
|
||||
|
||||
func runVersion(opts versionOptions) {
|
||||
displayedVersion := strings.TrimPrefix(internal.ComposePluginVersion, "v")
|
||||
displayedVersion := strings.TrimPrefix(internal.Version, "v")
|
||||
if opts.short {
|
||||
fmt.Println(displayedVersion)
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue