Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
fix: change makefile to v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ducphamle2 committed Apr 1, 2021
1 parent 9d2433d commit fbe6195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbe6195

Please sign in to comment.