Skip to content

Commit

Permalink
update tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hzxuzhonghu committed Apr 9, 2020
1 parent 7fb63ce commit 3b3d003
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Makefile.def
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

# If tag not explicitly set in users default to the git sha.
TAG=v0.4
GitSHA=a531a6944adfe3aaa45b0466f601b338cf0237b2
TAG=v0.4.0
GitSHA=`git rev-parse HEAD`
Date=`date "+%Y-%m-%d %H:%M:%S"`
RELEASE_VER=v0.4
RELEASE_VER=v0.4.0
LD_FLAGS=" \
-X '${REPO_PATH}/pkg/version.GitSHA=${GitSHA}' \
-X '${REPO_PATH}/pkg/version.Built=${Date}' \
Expand Down
4 changes: 2 additions & 2 deletions defs/Makefile.release.def
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

# If tag not explicitly set in users default to the git sha.
TAG=v0.4
TAG=v0.4.0
GitSHA=__git_sha__
Date=`date "+%Y-%m-%d %H:%M:%S"`
RELEASE_VER=v0.4
RELEASE_VER=v0.4.0
LD_FLAGS=" \
-X '${REPO_PATH}/pkg/version.GitSHA=${GitSHA}' \
-X '${REPO_PATH}/pkg/version.Built=${Date}' \
Expand Down

0 comments on commit 3b3d003

Please sign in to comment.