Skip to content

Commit

Permalink
Upgrade version and name log for Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tdahar committed Sep 18, 2023
1 parent 7e861a6 commit 2cdcf12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
)

var (
Version = "v0.0.1"
CliName = "Eth2 State Analyzer"
Version = "v2.0.0"
CliName = "GotEth"
log = logrus.WithField(
"cli", "CliName",
)
Expand Down

0 comments on commit 2cdcf12

Please sign in to comment.