From a926c4e9de0767709cfbce03e9a42da83c4d3250 Mon Sep 17 00:00:00 2001 From: kiali-bot Date: Fri, 1 May 2020 20:07:43 +0000 Subject: [PATCH] Release 1.18.0-snapshot.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7ab5059e..5698ccd5 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ROOTDIR=$(CURDIR) OUTDIR=${ROOTDIR}/_output # Identifies the current build. -VERSION ?= v1.18.0-SNAPSHOT +VERSION ?= v1.18.0-snapshot.0 COMMIT_HASH ?= $(shell git rev-parse HEAD) # Identifies the Kiali operator container image that will be built