Skip to content

Commit 2b81c1f

Browse files
javutoCopilot
andauthored
Update cmd/admin/main.go
Using `buildVersion` to keep consistency Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f9fda99 commit 2b81c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/admin/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ func main() {
656656
app = cli.NewApp()
657657
app.Name = serviceName
658658
app.Usage = appDescription
659-
app.Version = serviceVersion
659+
app.Version = buildVersion
660660
app.Description = appDescription
661661
app.Flags = flags
662662
// Customize version output (supports `--version` and `version` command)

0 commit comments

Comments
 (0)