diff --git a/Makefile b/Makefile index 0973594..e374d9a 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,9 @@ PACKAGES_NOSIMULATION=$(shell go list ./... | grep -v '/simulation') PACKAGES_SIMTEST=$(shell go list ./... | grep '/simulation') -VERSION := $(shell echo $(shell git describe --always --match "v*") | sed 's/^v//') + +VERSION := $(shell echo $(shell git describe --tags) | sed 's/^v//') + TMVERSION := $(shell go list -m github.com/tendermint/tendermint | sed 's:.* ::') COMMIT := $(shell git log -1 --format='%H') LEDGER_ENABLED ?= true