From 799ced6c9cc80f2c1a5fcdde3fe55ba26e8aa22a Mon Sep 17 00:00:00 2001 From: kiali-bot Date: Thu, 13 May 2021 19:45:37 +0000 Subject: [PATCH] Release 1.34.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e9ad88a52..500247a697 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,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.34.0 +VERSION ?= v1.34.1 COMMIT_HASH ?= $(shell git rev-parse HEAD) # The path where the UI project has been git cloned. The UI should