From b881383dd9e2d1075c161deb1f3c94b0f22ec221 Mon Sep 17 00:00:00 2001 From: kiali-bot Date: Mon, 20 Nov 2023 07:15:42 +0000 Subject: [PATCH] Prepare for next version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dd47e67..1e248b9 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ROOTDIR=$(CURDIR) OUTDIR=${ROOTDIR}/_output # Identifies the current build. -VERSION ?= v1.77.0 +VERSION ?= v1.78.0-SNAPSHOT SEMVER ?= $(shell echo ${VERSION} | sed 's/^v//g') COMMIT_HASH ?= $(shell git rev-parse HEAD)