@@ -42,10 +42,10 @@ builds:
4242 - -s -w
4343 - -X "github.com/platformsh/cli/internal/legacy.PHPVersion={{.Env.PHP_VERSION}}"
4444 - -X "github.com/platformsh/cli/internal/legacy.LegacyCLIVersion={{.Env.LEGACY_CLI_VERSION}}"
45- - -X "github.com/platformsh/cli/commands.version ={{.Version}}"
46- - -X "github.com/platformsh/cli/commands.commit ={{.Commit}}"
47- - -X "github.com/platformsh/cli/commands.date ={{.Date}}"
48- - -X "github.com/platformsh/cli/commands.builtBy =goreleaser"
45+ - -X "github.com/platformsh/cli/internal/config.Version ={{.Version}}"
46+ - -X "github.com/platformsh/cli/internal/config.Commit ={{.Commit}}"
47+ - -X "github.com/platformsh/cli/internal/config.Date ={{.Date}}"
48+ - -X "github.com/platformsh/cli/internal/config.BuiltBy =goreleaser"
4949 main : ./cmd/platform
5050
5151 - binary : upsun
@@ -68,10 +68,10 @@ builds:
6868 - -s -w
6969 - -X "github.com/platformsh/cli/internal/legacy.PHPVersion={{.Env.PHP_VERSION}}"
7070 - -X "github.com/platformsh/cli/internal/legacy.LegacyCLIVersion={{.Env.LEGACY_CLI_VERSION}}"
71- - -X "github.com/platformsh/cli/commands.version ={{.Version}}"
72- - -X "github.com/platformsh/cli/commands.commit ={{.Commit}}"
73- - -X "github.com/platformsh/cli/commands.date ={{.Date}}"
74- - -X "github.com/platformsh/cli/commands.builtBy =goreleaser"
71+ - -X "github.com/platformsh/cli/internal/config.Version ={{.Version}}"
72+ - -X "github.com/platformsh/cli/internal/config.Commit ={{.Commit}}"
73+ - -X "github.com/platformsh/cli/internal/config.Date ={{.Date}}"
74+ - -X "github.com/platformsh/cli/internal/config.BuiltBy =goreleaser"
7575 main : ./cmd/platform
7676 - binary : upsun
7777 id : upsun-macos
@@ -89,10 +89,10 @@ builds:
8989 - -s -w
9090 - -X "github.com/platformsh/cli/internal/legacy.PHPVersion={{.Env.PHP_VERSION}}"
9191 - -X "github.com/platformsh/cli/internal/legacy.LegacyCLIVersion={{.Env.LEGACY_CLI_VERSION}}"
92- - -X "github.com/platformsh/cli/commands.version ={{.Version}}"
93- - -X "github.com/platformsh/cli/commands.commit ={{.Commit}}"
94- - -X "github.com/platformsh/cli/commands.date ={{.Date}}"
95- - -X "github.com/platformsh/cli/commands.builtBy =goreleaser"
92+ - -X "github.com/platformsh/cli/internal/config.Version ={{.Version}}"
93+ - -X "github.com/platformsh/cli/internal/config.Commit ={{.Commit}}"
94+ - -X "github.com/platformsh/cli/internal/config.Date ={{.Date}}"
95+ - -X "github.com/platformsh/cli/internal/config.BuiltBy =goreleaser"
9696 main : ./cmd/platform
9797
9898checksum :
0 commit comments