We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cefcec commit bb4573cCopy full SHA for bb4573c
1 file changed
Makefile
@@ -2,7 +2,7 @@
2
3
PACKAGES_SIMTEST=$(shell go list ./... | grep '/simulation')
4
VERSION := $(shell echo $(shell git describe --tags) | sed 's/^v//')
5
-VERSION := v2.0.7
+#VERSION := v2.0.3
6
COMMIT := $(shell git log -1 --format='%H')
7
LEDGER_ENABLED ?= true
8
SDK_PACK := $(shell go list -m github.com/cosmos/cosmos-sdk | sed 's/ /\@/g')
0 commit comments