Skip to content

Commit 404c543

Browse files
committed
cut off v0.1.0-alpha release, move on to 0.2.0 beta
1 parent 102fada commit 404c543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
PKG=github.com/csi-driver/blobfuse-csi-driver
1616
REGISTRY_NAME=andyzhangx
1717
IMAGE_NAME=blobfuse-csi
18-
IMAGE_VERSION=v0.1.0-alpha
18+
IMAGE_VERSION=v0.2.0
1919
IMAGE_TAG=$(REGISTRY_NAME)/$(IMAGE_NAME):$(IMAGE_VERSION)
2020
IMAGE_TAG_LATEST=$(REGISTRY_NAME)/$(IMAGE_NAME):latest
2121
GIT_COMMIT?=$(shell git rev-parse HEAD)

0 commit comments

Comments
 (0)