Skip to content

Commit 829f5d5

Browse files
authored
chore: use v0.3.0 version for master branch
1 parent f8887b7 commit 829f5d5

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.2.0
18+
IMAGE_VERSION=v0.3.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)