diff --git a/Makefile b/Makefile index c635f6be62..68c4070d53 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ export GO111MODULE=on GithubTop=github.com -Version=v1.1.2 +Version=v1.1.3 CosmosSDK=v0.39.2 Tendermint=v0.33.9 Iavl=v0.14.3 @@ -17,8 +17,8 @@ ServerName=exchaind ClientName=exchaincli # the height of the 1st block is GenesisHeight+1 GenesisHeight=0 -MercuryHeight=0 -VenusHeight=0 +MercuryHeight=1 +VenusHeight=1 # process linker flags ifeq ($(VERSION),)