Commit 06584a4d authored by Thor-wl's avatar Thor-wl
Browse files

update v1.1 to v1.1.0

Signed-off-by: default avatarThor-wl <1187526662@qq.com>
parent cbabc56c
Showing with 2 additions and 2 deletions
+2 -2
# If tag not explicitly set in users default to the git sha. # If tag not explicitly set in users default to the git sha.
TAG ?= v1.1 TAG ?= v1.1.0
GitSHA=`git rev-parse HEAD` GitSHA=`git rev-parse HEAD`
Date=`date "+%Y-%m-%d %H:%M:%S"` Date=`date "+%Y-%m-%d %H:%M:%S"`
RELEASE_VER=v1.1 RELEASE_VER=v1.1.0
LD_FLAGS=" \ LD_FLAGS=" \
-X '${REPO_PATH}/pkg/version.GitSHA=${GitSHA}' \ -X '${REPO_PATH}/pkg/version.GitSHA=${GitSHA}' \
-X '${REPO_PATH}/pkg/version.Built=${Date}' \ -X '${REPO_PATH}/pkg/version.Built=${Date}' \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment