From 503b83f5ef8adba7beb7e195947d6ac304ae412f Mon Sep 17 00:00:00 2001 From: kiali-bot Date: Fri, 19 Jun 2020 20:09:03 +0000 Subject: [PATCH] Release 1.20.0-snapshot.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b5df05ab..68698d6d 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ROOTDIR=$(CURDIR) OUTDIR=${ROOTDIR}/_output # Identifies the current build. -VERSION ?= v1.20.0-SNAPSHOT +VERSION ?= v1.20.0-snapshot.1 COMMIT_HASH ?= $(shell git rev-parse HEAD) # Identifies the Kiali operator container image that will be built