From a91c1bdeaaa25313f6068d9a2de9fd993b32268e Mon Sep 17 00:00:00 2001 From: kiali-bot Date: Thu, 5 Oct 2023 15:19:38 +0000 Subject: [PATCH] Release v1.73.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 47d60e85..07660fba 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ OUTDIR=${ROOTDIR}/_output TARGET_ARCHS ?= amd64 arm64 s390x ppc64le # Identifies the current build. -VERSION ?= v1.73.0 +VERSION ?= v1.73.1 COMMIT_HASH ?= $(shell git rev-parse HEAD) # Identifies the Kiali operator container image that will be built