Skip to content

Commit

Permalink
fix(cli): update ela version information
Browse files Browse the repository at this point in the history
  • Loading branch information
RainFallsSilent committed May 12, 2023
1 parent c72e123 commit bfeb412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func main() {
// Setting config
setting := settings.NewSettings()
config := setting.SetupConfig(true, "Copyright (c) 2017-"+
fmt.Sprint(time.Now().Year())+" The Elastos Foundation", nodePrefix+Version+GoVersion)
fmt.Sprint(time.Now().Year())+" The Elastos Foundation", nodePrefix+Version+" "+GoVersion)

// Use all processor cores.
runtime.GOMAXPROCS(runtime.NumCPU())
Expand Down

0 comments on commit bfeb412

Please sign in to comment.