mirror of
https://github.com/daeuniverse/dae.git
synced 2024-12-22 21:44:55 +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{
|
rootCmd.Version = strings.Join([]string{
|
||||||
Version,
|
Version,
|
||||||
fmt.Sprintf("go runtime %v %v/%v", runtime.Version(), runtime.GOOS, runtime.GOARCH),
|
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>",
|
"License GNU AGPLv3 <https://github.com/daeuniverse/dae/blob/main/LICENSE>",
|
||||||
}, "\n")
|
}, "\n")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user