From 016d94510f86b1c6b6bc59c28dc4b26d1f5a8779 Mon Sep 17 00:00:00 2001 From: kiali-bot Date: Tue, 10 Nov 2020 20:27:20 +0000 Subject: [PATCH] Release 1.26.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e5c09ca..9449ee60 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ROOTDIR=$(CURDIR) OUTDIR=${ROOTDIR}/_output # Identifies the current build. -VERSION ?= v1.26.0 +VERSION ?= v1.26.1 COMMIT_HASH ?= $(shell git rev-parse HEAD) # Identifies the Kiali operator container image that will be built