diff options
author | Aaron Buchwald <[email protected]> | 2020-12-15 21:41:09 -0500 |
---|---|---|
committer | Aaron Buchwald <[email protected]> | 2020-12-15 21:41:09 -0500 |
commit | ea099f5811574d3dae79a31053d21b523d008d75 (patch) | |
tree | ebc5061d0d6ea66d523ba54debf4f22e4958d929 /plugin/evm | |
parent | 3f055c40405b44ba1e606578c08b1e8f0ca7e026 (diff) |
Bump version to 0.4.0v0.4.0-rc.1
Diffstat (limited to 'plugin/evm')
-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 8c9e16c..c31c085 100644 --- a/plugin/evm/service.go +++ b/plugin/evm/service.go @@ -24,7 +24,7 @@ import ( ) const ( - version = "coreth-v0.3.17" + version = "coreth-v0.4.0" ) // test constants |