Update tag to rc2

This commit is contained in:
Christian Goll
2022-12-09 17:53:33 +01:00
committed by GitHub
parent c57201898b
commit c67699ae30

View File

@@ -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