Skip to content

Commit

Permalink
Merge pull request #762 from k82cn/update_v04_tag
Browse files Browse the repository at this point in the history
Updated v0.4 tag.
  • Loading branch information
k82cn authored Apr 7, 2020
2 parents c07bad0 + f41570a commit 81201a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 ?= $(shell git rev-parse --verify HEAD)
GitSHA=`git rev-parse HEAD`
TAG=v0.4
GitSHA=c07bad062f551ad543155c50242ce818cff60895
Date=`date "+%Y-%m-%d %H:%M:%S"`
RELEASE_VER=latest
RELEASE_VER=v0.4
LD_FLAGS=" \
-X '${REPO_PATH}/pkg/version.GitSHA=${GitSHA}' \
-X '${REPO_PATH}/pkg/version.Built=${Date}' \
Expand Down
2 changes: 1 addition & 1 deletion defs/Makefile.release.def
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

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

0 comments on commit 81201a7

Please sign in to comment.