Skip to content

Commit

Permalink
chore: set v0.5.0 for master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Oct 6, 2020
1 parent 1169856 commit e9c2dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GIT_COMMIT ?= $(shell git rev-parse HEAD)
REGISTRY ?= andyzhangx
REGISTRY_NAME = $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
IMAGE_NAME ?= smb-csi
IMAGE_VERSION ?= v0.4.0
IMAGE_VERSION ?= v0.5.0
# Use a custom version for E2E tests if we are testing in CI
ifdef CI
ifndef PUBLISH
Expand Down

0 comments on commit e9c2dd3

Please sign in to comment.