From f7d86c70023b86801794f99ce15e39fe811aba66 Mon Sep 17 00:00:00 2001 From: Aaron Buchwald Date: Fri, 20 Nov 2020 10:27:09 -0500 Subject: Bump version and updated hacked list --- notes/hacked-list.txt | 1 - plugin/evm/service.go | 2 +- 2 files changed, 1 insertion(+), 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 -- cgit v1.2.3