From 2de8057f7d7d5c5c1aecb98ee624caa874417c9b Mon Sep 17 00:00:00 2001 From: kiali-bot Date: Mon, 19 Oct 2020 16:07:50 +0000 Subject: [PATCH] Release 1.24.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d2dfc4d9..202a5428 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ROOTDIR=$(CURDIR) OUTDIR=${ROOTDIR}/_output # Identifies the current build. -VERSION ?= v1.24.1 +VERSION ?= v1.24.2 COMMIT_HASH ?= $(shell git rev-parse HEAD) # Identifies the Kiali operator container image that will be built