diff --git a/Makefile b/Makefile index a2b4d4e..bf8eb2a 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # and Reth: https://github.com/paradigmxyz/reth/blob/main/Makefile .DEFAULT_GOAL := help -VERSION := $(shell git describe --tags --always --dirty="-dev") +VERSION ?= $(shell git describe --tags --always --dirty="-dev") ##@ Help