Skip to content

Commit 81201a7

Browse files
authored
Merge pull request #762 from k82cn/update_v04_tag
Updated v0.4 tag.
2 parents c07bad0 + f41570a commit 81201a7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile.def

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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.4
4+
GitSHA=c07bad062f551ad543155c50242ce818cff60895
55
Date=`date "+%Y-%m-%d %H:%M:%S"`
6-
RELEASE_VER=latest
6+
RELEASE_VER=v0.4
77
LD_FLAGS=" \
88
-X '${REPO_PATH}/pkg/version.GitSHA=${GitSHA}' \
99
-X '${REPO_PATH}/pkg/version.Built=${Date}' \

defs/Makefile.release.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# If tag not explicitly set in users default to the git sha.
3-
TAG=__release_ver__
3+
TAG=v0.4
44
GitSHA=__git_sha__
55
Date=`date "+%Y-%m-%d %H:%M:%S"`
66
RELEASE_VER=v0.4

0 commit comments

Comments
 (0)