Skip to content

Commit

Permalink
chore: switch master branch version
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx authored Nov 9, 2023
1 parent 3d6ed3d commit 41c3d8e
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
@@ -27,7 +27,7 @@ include release-tools/build.make
GIT_COMMIT ?= $(shell git rev-parse HEAD)
REGISTRY ?= andyzhangx
REGISTRY_NAME = $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
IMAGE_VERSION ?= v1.13.0
IMAGE_VERSION ?= v1.14.0
VERSION ?= latest
# Use a custom version for E2E tests if we are testing in CI
ifdef CI

0 comments on commit 41c3d8e

Please sign in to comment.