aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/evm/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/evm/main.go')
-rw-r--r--cmd/evm/main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/evm/main.go b/cmd/evm/main.go
index ebac2047a..a5159c6b7 100644
--- a/cmd/evm/main.go
+++ b/cmd/evm/main.go
@@ -27,9 +27,10 @@ import (
)
var gitCommit = "" // Git SHA1 commit hash of the release (set via linker flags)
+var gitDate = ""
var (
- app = utils.NewApp(gitCommit, "the evm command line interface")
+ app = utils.NewApp(gitCommit, gitDate, "the evm command line interface")
DebugFlag = cli.BoolFlag{
Name: "debug",