We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9e67a2 + 614ce35 commit 95e518aCopy full SHA for 95e518a
1 file changed
Makefile
@@ -19,7 +19,7 @@ REPO_PATH=volcano.sh/volcano
19
IMAGE_PREFIX=volcanosh/vc
20
# If tag not explicitly set in users default to the git sha.
21
TAG ?= $(shell git rev-parse --verify HEAD)
22
-RELEASE_VER=v0.1
+RELEASE_VER=v0.2
23
GitSHA=`git rev-parse HEAD`
24
Date=`date "+%Y-%m-%d %H:%M:%S"`
25
LD_FLAGS=" \
0 commit comments