Skip to content

Commit

Permalink
update tag and release version to v1.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Thor-wl <13164644535@163.com>
  • Loading branch information
Thor-wl committed Sep 18, 2021
1 parent 98d04f1 commit a0ad7f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.def
@@ -1,9 +1,9 @@

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

0 comments on commit a0ad7f7

Please sign in to comment.