Skip to content

Commit

Permalink
bugfix: update git version to v0.3.0 when make release (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
neo502721 authored Jan 26, 2021
1 parent f4baf19 commit 9ec75d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/lib/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ YURT_LOCAL_BIN_DIR=${YURT_OUTPUT_DIR}/local/bin

PROJECT_PREFIX=${PROJECT_PREFIX:-yurt}
LABEL_PREFIX=${LABEL_PREFIX:-openyurt.io}
GIT_VERSION=${GIT_VERSION:-v0.2.0}
GIT_VERSION=${GIT_VERSION:-v0.3.0}
GIT_COMMIT=$(git rev-parse HEAD)
BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')
REPO=${REPO:-openyurt}
Expand Down

0 comments on commit 9ec75d1

Please sign in to comment.