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