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 bebea42 commit b3ca5cbCopy full SHA for b3ca5cb
Makefile
@@ -13,9 +13,9 @@ ifdef VERSION
13
endif
14
BINARY_VERSION ?= $(GIT_TAG)
15
16
-ifneq ($(BINARY_VERSION),"")
+ifeq ($(BINARY_VERSION),)
17
# If cannot find any information that can be used as a version number, change it to debug
18
- BINARY_VERSION = "debug"
+ BINARY_VERSION := "debug"
19
20
21
LDFLAGS += -X '$(CMD_PACKAGE).Version=$(BINARY_VERSION)'
0 commit comments