Skip to content

Commit 78e0d2f

Browse files
authored
Allow overriding build version in Makefile (#57)
1 parent 90d7005 commit 78e0d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# and Reth: https://github.com/paradigmxyz/reth/blob/main/Makefile
33
.DEFAULT_GOAL := help
44

5-
VERSION := $(shell git describe --tags --always --dirty="-dev")
5+
VERSION ?= $(shell git describe --tags --always --dirty="-dev")
66

77
##@ Help
88

0 commit comments

Comments
 (0)