From f9fce1a0cd25d499da712bbc947ef373c4e5edc0 Mon Sep 17 00:00:00 2001 From: kiali-bot Date: Mon, 20 Dec 2021 14:20:29 +0000 Subject: [PATCH] Release 1.36.7 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b1864613..11443ab1 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ OUTDIR=${ROOTDIR}/_output TARGET_ARCHS ?= amd64 arm64 s390x ppc64le # Identifies the current build. -VERSION ?= v1.36.6 +VERSION ?= v1.36.7 COMMIT_HASH ?= $(shell git rev-parse HEAD) # Identifies the Kiali operator container image that will be built