diff options
author | Aaron Buchwald <[email protected]> | 2020-11-20 10:27:09 -0500 |
---|---|---|
committer | Aaron Buchwald <[email protected]> | 2020-11-20 10:27:09 -0500 |
commit | f7d86c70023b86801794f99ce15e39fe811aba66 (patch) | |
tree | e41acbc114b19a3fcbaa9dcb2af909f1af05e3b5 | |
parent | ef19d4da57f99c0c4d93b1ad7dbcbd0b3892bff7 (diff) |
Bump version and updated hacked list
-rw-r--r-- | notes/hacked-list.txt | 1 | ||||
-rw-r--r-- | plugin/evm/service.go | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/notes/hacked-list.txt b/notes/hacked-list.txt index 0ae1db0..f4545ba 100644 --- a/notes/hacked-list.txt +++ b/notes/hacked-list.txt @@ -31,7 +31,6 @@ ./eth/gen_config.go ./eth/tracers/internal/tracers/assets.go ./ethclient/ethclient.go -./ethclient/ethclient_test.go ./ethclient/signer.go ./internal/ethapi/api.go ./internal/ethapi/backend.go diff --git a/plugin/evm/service.go b/plugin/evm/service.go index fc7ed69..49bb862 100644 --- a/plugin/evm/service.go +++ b/plugin/evm/service.go @@ -24,7 +24,7 @@ import ( ) const ( - version = "coreth-v0.3.14" + version = "coreth-v0.3.15" ) // test constants |