Skip to content

Commit

Permalink
chore(cmd/version): update print info (daeuniverse#417)
Browse files Browse the repository at this point in the history
Co-authored-by: mzz <2017@duck.com>
  • Loading branch information
sumire88 and mzz2017 committed Jan 22, 2024
1 parent b0f6205 commit db8f474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func init() {
rootCmd.Version = strings.Join([]string{
Version,
fmt.Sprintf("go runtime %v %v/%v", runtime.Version(), runtime.GOOS, runtime.GOARCH),
"Copyright (c) 2022-2024 dae",
"Copyright (c) 2022-2024 @daeuniverse",
"License GNU AGPLv3 <https://github.com/daeuniverse/dae/blob/main/LICENSE>",
}, "\n")
}
Expand Down

0 comments on commit db8f474

Please sign in to comment.