diff --git a/Makefile b/Makefile index 5568d80..6084c3b 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ROOTDIR=$(CURDIR) OUTDIR=${ROOTDIR}/_output # Identifies the current build. -VERSION ?= v1.29.1 +VERSION ?= v1.30.0-SNAPSHOT SEMVER ?= $(shell echo ${VERSION} | sed 's/^v//g') COMMIT_HASH ?= $(shell git rev-parse HEAD)