From afcdb21ed7c4305585c8381ad2b03d56786a1df6 Mon Sep 17 00:00:00 2001 From: Christian Goll Date: Wed, 18 Jan 2023 21:33:04 +0100 Subject: [PATCH] Tag 4.4.0 release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e9b6109e..b494dd69 100644 --- a/Makefile +++ b/Makefile @@ -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