From 9cd8eb47249432eb18e7a77f709770af4b4caf47 Mon Sep 17 00:00:00 2001 From: kiali-bot Date: Mon, 8 Apr 2024 08:25:29 +0000 Subject: [PATCH] Release v1.73.6 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index decf809be1..d22771e13d 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ TARGET_ARCHS ?= amd64 arm64 s390x ppc64le # Identifies the current build. # These will be embedded in the app and displayed when it starts. -VERSION ?= v1.73.5 +VERSION ?= v1.73.6 COMMIT_HASH ?= $(shell git rev-parse HEAD) # The path where the UI project has been git cloned. The UI should