We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d7005 commit 78e0d2fCopy full SHA for 78e0d2f
Makefile
@@ -2,7 +2,7 @@
2
# and Reth: https://github.com/paradigmxyz/reth/blob/main/Makefile
3
.DEFAULT_GOAL := help
4
5
-VERSION := $(shell git describe --tags --always --dirty="-dev")
+VERSION ?= $(shell git describe --tags --always --dirty="-dev")
6
7
##@ Help
8
0 commit comments