chore(cmd/version): update print info (#417)

Co-authored-by: mzz <2017@duck.com>
This commit is contained in:
Sumire (菫) 2024-01-22 18:46:42 +08:00 committed by GitHub
parent b0f6205cc9
commit db8f474aa9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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")
}