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)