Skip to content

Commit

Permalink
update version year for boot node rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
GheisMohammadi committed Sep 4, 2024
1 parent 6e40c7b commit 9d664c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bootnode/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ var (
)

func printVersion(me string) {
fmt.Fprintf(os.Stderr, "Harmony (C) 2019. %v, version %v-%v (%v %v)\n", path.Base(me), version, commit, builtBy, builtAt)
fmt.Fprintf(os.Stderr, "Harmony (C) 2024. %v, version %v-%v (%v %v)\n", path.Base(me), version, commit, builtBy, builtAt)
}

func main() {
Expand Down

0 comments on commit 9d664c7

Please sign in to comment.