From 4b41ce870d9dcf2bd08f82b65967be1e3595dedb Mon Sep 17 00:00:00 2001 From: kiali-bot Date: Mon, 22 Jan 2024 08:18:56 +0000 Subject: [PATCH] Prepare for next version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9571b82..021ea1d 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ROOTDIR=$(CURDIR) OUTDIR=${ROOTDIR}/_output # Identifies the current build. -VERSION ?= v1.79.0 +VERSION ?= v1.80.0-SNAPSHOT SEMVER ?= $(shell echo ${VERSION} | sed 's/^v//g') COMMIT_HASH ?= $(shell git rev-parse HEAD)