From 008e25190d5ba3e4402f4f41ef762eb8af487d2f Mon Sep 17 00:00:00 2001 From: kiali-bot Date: Mon, 15 May 2023 13:58:58 +0000 Subject: [PATCH] Release v1.68.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2118d30c9c..b5a2cd371f 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ TARGET_ARCHS ?= amd64 arm64 s390x ppc64le # Identifies the current build. # These will be embedded in the app and displayed when it starts. -VERSION ?= v1.68.0-SNAPSHOT +VERSION ?= v1.68.0 COMMIT_HASH ?= $(shell git rev-parse HEAD) # The path where the UI project has been git cloned. The UI should