Skip to content

Commit 3887491

Browse files
authored
Merge pull request #70 from coderbirju/test2-1
fix: new test 0
2 parents 4a31423 + 20606da commit 3887491

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
@@ -14,7 +14,7 @@ BINDIR ?= $(PREFIX)/bin
1414
BINARY = $(addprefix bin/,finch-daemon)
1515

1616
PACKAGE := github.com/runfinch/finch-daemon
17-
VERSION := $(shell git describe --match 'v[0-9]*' --dirty='.modified' --always --tags)
17+
VERSION ?= $(shell git describe --match 'v[0-9]*' --dirty='.modified' --always --tags)
1818
GITCOMMIT := $(shell git rev-parse HEAD)$(shell if ! git diff --no-ext-diff --quiet --exit-code; then echo .m; fi)
1919

2020
ifndef GODEBUG

0 commit comments

Comments
 (0)