Skip to content

Commit

Permalink
Merge pull request #52 from WeiLoy/feature/bump-version-to-0.16.0_local
Browse files Browse the repository at this point in the history
The network name in the version number is incorrect
  • Loading branch information
benbaley authored Jul 12, 2021
2 parents 3adcf48 + 7f73ca0 commit 7d5c526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/alaya/misccmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The output of this command is supposed to be machine-readable.
)

func version(ctx *cli.Context) error {
fmt.Println("PlatON")
fmt.Println("Alaya")
fmt.Println("Version:", params.VersionWithMeta)
if gitCommit != "" {
fmt.Println("Git Commit:", gitCommit)
Expand Down

0 comments on commit 7d5c526

Please sign in to comment.