diff --git a/Makefile b/Makefile index c727544b..d6d0692d 100755 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PACKAGES_SIMTEST=$(shell go list ./... | grep '/simulation') #VERSION := $(shell echo $(shell git describe --always) | sed 's/^v//') -VERSION := v0.20.3 +VERSION := v0.20.2 COMMIT := $(shell git log -1 --format='%H') LEDGER_ENABLED ?= false GOMOD_FLAGS ?= -mod=readonly