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 5199d6e commit 44d9fd2Copy full SHA for 44d9fd2
Makefile
@@ -14,7 +14,7 @@ PLATFORM = $(OS)/$(ARCH)
14
DIST = dist/$(PLATFORM)
15
BIN = $(DIST)/$(BIN_NAME)
16
17
-VERSION = $(shell ./build-scripts/version.sh version/version.go)
+VERSION = $(shell ./build-scripts/version.sh version/VERSION)
18
19
GIT_COMMIT?=$(shell git rev-parse --short HEAD)
20
GIT_DIRTY?=$(shell test -n "`git status --porcelain`" && echo "+CHANGES" || true)
0 commit comments