From eec7c27ea5309a98f9537ec695a48a3534466fbe Mon Sep 17 00:00:00 2001 From: Christian Goll Date: Wed, 9 Nov 2022 21:04:33 +0100 Subject: [PATCH] updated tag in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8cbc0625..23c42bae 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ VARLIST := OS # Project Information VARLIST += WAREWULF VERSION RELEASE WAREWULF ?= warewulf -VERSION ?= 4.3.0 +VERSION ?= 4.4.0rc1 GIT_TAG := $(shell test -e .git && git log -1 --format="%h") ifdef GIT_TAG