diff options
author | Aaron Buchwald <[email protected]> | 2020-11-09 13:46:28 -0500 |
---|---|---|
committer | Aaron Buchwald <[email protected]> | 2020-11-09 13:46:28 -0500 |
commit | d7f430c196e0856eaaeedbfe1fcc30c1c472cd43 (patch) | |
tree | 6ceb8d94aa28c815b5b23b774038ad518518a7db /plugin/evm/service.go | |
parent | 60eb1fdfa0e996f5564bbd9a17801ea9b7c9df1a (diff) |
Clean up usage of ids.ID
Diffstat (limited to 'plugin/evm/service.go')
-rw-r--r-- | plugin/evm/service.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/evm/service.go b/plugin/evm/service.go index c0106ab..65ef3a2 100644 --- a/plugin/evm/service.go +++ b/plugin/evm/service.go @@ -24,7 +24,7 @@ import ( ) const ( - version = "coreth" + version = "coreth-v0.3.14" ) // test constants |