diff options
author | Aaron Buchwald <[email protected]> | 2020-12-11 17:38:42 -0500 |
---|---|---|
committer | Aaron Buchwald <[email protected]> | 2020-12-11 17:38:42 -0500 |
commit | ddb43b6d824b5de77e4df9e9f551aa067be9b40e (patch) | |
tree | 8eea31d600cf5c962a9576d8e92c8dc3bd4ce3ae | |
parent | 1a6f9ad7584bdcc074f09525fac4fc9ceb2916ec (diff) |
Update version
-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 2bb06df..e0b73eb 100644 --- a/plugin/evm/service.go +++ b/plugin/evm/service.go @@ -24,7 +24,7 @@ import ( ) const ( - version = "coreth-v0.3.15" + version = "coreth-v0.3.17" ) // test constants |