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