Skip to content

Commit

Permalink
core/version: m fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ignoramous committed Sep 21, 2024
1 parent 3539551 commit 78954a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intra/core/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ var (
)

func Version() string {
return fmt.Sprintf("%s/%s@%s v%s-%s", runtime.GOOS, runtime.GOARCH, runtime.Version(), Date, Commit)
return fmt.Sprintf("v%s-%s (%s/%s@%s)", Date, Commit, runtime.GOOS, runtime.GOARCH, runtime.Version())
}

0 comments on commit 78954a9

Please sign in to comment.