diff --git a/Makefile b/Makefile index 39949bdc267..353ed320cf0 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ #!/usr/bin/make -f PACKAGES_SIMTEST=$(shell go list ./... | grep '/simulation') -VERSION := "0.0.1" # $(shell echo $(shell git describe --tags) | sed 's/^v//') +VERSION := $(shell echo $(shell git describe --tags) | sed 's/^v//') COMMIT := $(shell git log -1 --format='%H') LEDGER_ENABLED ?= true SDK_PACK := $(shell go list -m github.com/cosmos/cosmos-sdk | sed 's/ /\@/g')