Skip to content

Commit

Permalink
Fix version issue in the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrinivas8687 committed Aug 8, 2023
1 parent 37182f4 commit 30dbffe
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
@@ -1,5 +1,5 @@
.DEFAULT_GOAL := default
VERSION := $(shell git describe --tags | sed 's/^v//' | rev | cut -d - -f 2- | rev)
VERSION := $(shell git describe --tags | sed 's/^v//')
COMMIT := $(shell git log -1 --format='%H')
TENDERMINT_VERSION := $(shell go list -m github.com/tendermint/tendermint | sed 's/.* //')

Expand Down

0 comments on commit 30dbffe

Please sign in to comment.