Bump version

This commit is contained in:
Gregory Kurtzer
2022-05-25 21:58:16 -07:00
parent 50b70b9e84
commit e1be0dc205

View File

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