From 13c4dc350ee08bbf7ff149f8bb64dd0dd36fe776 Mon Sep 17 00:00:00 2001 From: John Mazzitelli Date: Thu, 16 Nov 2023 13:08:45 -0500 Subject: [PATCH] test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f034212..8238912 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ROOTDIR=$(CURDIR) OUTDIR=${ROOTDIR}/_output # Identifies the current build. -VERSION ?= v1.77.0-SNAPSHOT +VERSION ?= v1.76.0-SNAPSHOT SEMVER ?= $(shell echo ${VERSION} | sed 's/^v//g') COMMIT_HASH ?= $(shell git rev-parse HEAD)