Skip to content

Commit

Permalink
chore: update version in Makefile on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx authored Jul 29, 2024
1 parent f15c615 commit e30c443
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 @@ -29,7 +29,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.15.0
IMAGE_VERSION ?= v1.16.0
VERSION ?= latest
# Use a custom version for E2E tests if we are testing in CI
ifdef CI
Expand Down

0 comments on commit e30c443

Please sign in to comment.