Skip to content

Commit

Permalink
try new version in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
randygrok committed Jul 5, 2024
1 parent a8dfa3b commit 7a3011c
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,6 +1,6 @@
#!/usr/bin/make -f

export VERSION := $(shell echo $(shell git describe --always --match "v*") | sed 's/^v//')
VERSION := $(shell echo $(shell git describe --always) | sed 's/^v//')
export TMVERSION := $(shell go list -m github.com/cometbft/cometbft | sed 's:.* ::')
export COMMIT := $(shell git log -1 --format='%H')

Expand Down

0 comments on commit 7a3011c

Please sign in to comment.