Skip to content

Commit af21863

Browse files
authored
Merge pull request #197 from aramase/bump-version-v0.0.10
bump version to v0.0.10
2 parents 4b99579 + 4b004d1 commit af21863

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
@@ -16,7 +16,7 @@ REGISTRY?=docker.io/deislabs
1616
REGISTRY_NAME = $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
1717
GIT_COMMIT ?= $(shell git rev-parse HEAD)
1818
IMAGE_NAME=secrets-store-csi
19-
IMAGE_VERSION?=v0.0.9
19+
IMAGE_VERSION?=v0.0.10
2020
E2E_IMAGE_VERSION = v0.1.0-e2e-$(GIT_COMMIT)
2121
# Use a custom version for E2E tests if we are testing in CI
2222
ifdef CI

0 commit comments

Comments
 (0)