There was an error while loading. Please reload this page.
2 parents f37d7f9 + 197e91c commit aa51cbaCopy full SHA for aa51cba
1 file changed
Makefile.def
@@ -1,7 +1,7 @@
1
2
# If tag not explicitly set in users default to the git sha.
3
-TAG ?= $(shell git rev-parse --verify HEAD)
4
-GitSHA=`git rev-parse HEAD`
+TAG=v0.3
+GitSHA=f37d7f984ca9c188017afa52045adaeba04b0707
5
Date=`date "+%Y-%m-%d %H:%M:%S"`
6
LD_FLAGS=" \
7
-X '${REPO_PATH}/pkg/version.GitSHA=${GitSHA}' \
0 commit comments