Skip to content

Commit aa51cba

Browse files
Merge pull request #675 from k82cn/v03_def
Update v0.3 Makefile.def
2 parents f37d7f9 + 197e91c commit aa51cba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile.def

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# 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`
3+
TAG=v0.3
4+
GitSHA=f37d7f984ca9c188017afa52045adaeba04b0707
55
Date=`date "+%Y-%m-%d %H:%M:%S"`
66
LD_FLAGS=" \
77
-X '${REPO_PATH}/pkg/version.GitSHA=${GitSHA}' \

0 commit comments

Comments
 (0)