mirror of
https://github.com/daeuniverse/dae.git
synced 2024-12-22 16:04:40 +07:00
chore(cmd/version): update print info (#417)
Co-authored-by: mzz <2017@duck.com>
This commit is contained in:
parent
b0f6205cc9
commit
db8f474aa9
@ -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")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user