From 3a75760069607572fdc4ae77a02b3e678a368c2c Mon Sep 17 00:00:00 2001 From: John Mazzitelli Date: Fri, 12 Feb 2021 15:21:49 -0500 Subject: [PATCH] set to snapshot (#37) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)