Skip to content

Commit

Permalink
feat: Added tag version in binary
Browse files Browse the repository at this point in the history
  • Loading branch information
gyuguen committed Mar 14, 2024
1 parent c10c112 commit 997c018
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,4 +1,4 @@
export VERSION := $(shell echo $(shell git describe --always --match "v*") | sed 's/^v//')
export VERSION := $(shell echo $(shell git describe --tags) | sed 's/^v//')
export TMVERSION := $(shell go list -m github.com/cometbft/cometbft | sed 's:.* ::')
export COMMIT := $(shell git log -1 --format='%H')
LEDGER_ENABLED ?= true
Expand Down

0 comments on commit 997c018

Please sign in to comment.