From af4e297440d1520f4a0991c39b17614a75c9afd4 Mon Sep 17 00:00:00 2001 From: KamiD <44460798+KamiD@users.noreply.github.com> Date: Mon, 26 Apr 2021 18:40:26 +0800 Subject: [PATCH] =?UTF-8?q?Merge=20PR=EF=BC=9ABump=20version=20to=20v0.18.?= =?UTF-8?q?3=20(#848)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix inconsistent bytecode via call eth_getCode * Bump version to v0.18.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 851059893c..7865602e98 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ export GO111MODULE=on GithubTop=github.com -Version=v0.18.2 +Version=v0.18.3 CosmosSDK=v0.39.2 Tendermint=v0.33.9 Iavl=v0.14.3