From c67699ae30cb2cd6778cc2f8143491a11bf95b87 Mon Sep 17 00:00:00 2001 From: Christian Goll Date: Fri, 9 Dec 2022 17:53:33 +0100 Subject: [PATCH] Update tag to rc2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 23c42bae..23e8ad2f 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ VARLIST := OS # Project Information VARLIST += WAREWULF VERSION RELEASE WAREWULF ?= warewulf -VERSION ?= 4.4.0rc1 +VERSION ?= 4.4.0rc2 GIT_TAG := $(shell test -e .git && git log -1 --format="%h") ifdef GIT_TAG