Skip to content

Commit bb4573c

Browse files
committed
MEME v2.0.7
1 parent 9cefcec commit bb4573c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
PACKAGES_SIMTEST=$(shell go list ./... | grep '/simulation')
44
VERSION := $(shell echo $(shell git describe --tags) | sed 's/^v//')
5-
VERSION := v2.0.7
5+
#VERSION := v2.0.3
66
COMMIT := $(shell git log -1 --format='%H')
77
LEDGER_ENABLED ?= true
88
SDK_PACK := $(shell go list -m github.com/cosmos/cosmos-sdk | sed 's/ /\@/g')

0 commit comments

Comments
 (0)