diff options
Diffstat (limited to 'plugin')
-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 |