From e6373de02588fd56ddb04a1ec45674135976e13f Mon Sep 17 00:00:00 2001 From: Arjun Raja Yogidas Date: Fri, 21 Feb 2025 04:18:17 +0000 Subject: [PATCH] fix: new test 6 Signed-off-by: Arjun Raja Yogidas --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7a1dbf22..2beef18e 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ BINDIR ?= $(PREFIX)/bin BINARY = $(addprefix bin/,finch-daemon) PACKAGE := github.com/runfinch/finch-daemon -VERSION := $(shell git describe --match 'v[0-9]*' --dirty='.modified' --always --tags) +VERSION ?= $(shell git describe --match 'v[0-9]*' --dirty='.modified' --always --tags) GITCOMMIT := $(shell git rev-parse HEAD)$(shell if ! git diff --no-ext-diff --quiet --exit-code; then echo .m; fi) ifndef GODEBUG