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