Tag 4.4.0 release

This commit is contained in:
Christian Goll
2023-01-18 21:33:04 +01:00
committed by GitHub
parent 895df98c76
commit afcdb21ed7

View File

@@ -12,7 +12,7 @@ VARLIST := OS
# Project Information
VARLIST += WAREWULF VERSION RELEASE
WAREWULF ?= warewulf
VERSION ?= 4.4.0rc3
VERSION ?= 4.4.0
GIT_TAG := $(shell test -e .git && git log -1 --format="%h")
ifdef GIT_TAG