Skip to content

Commit 3c8cc71

Browse files
authored
doc: use v0.12.0 for master branch
1 parent 5cd581a commit 3c8cc71

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
@@ -17,7 +17,7 @@ GIT_COMMIT ?= $(shell git rev-parse HEAD)
1717
REGISTRY ?= andyzhangx
1818
REGISTRY_NAME ?= $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
1919
IMAGE_NAME ?= blob-csi
20-
IMAGE_VERSION ?= v0.11.0
20+
IMAGE_VERSION ?= v0.12.0
2121
# Use a custom version for E2E tests if we are in Prow
2222
ifdef CI
2323
ifndef PUBLISH

0 commit comments

Comments
 (0)