From 56becda66f40714623e543c2ee26cc565f2261c5 Mon Sep 17 00:00:00 2001 From: silverwind Date: Tue, 24 Jun 2025 16:54:31 +0200 Subject: [PATCH] Remove unused variable HUGO_VERSION --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index c868ef4463804..230398ff24a20 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,6 @@ ifeq ($(RACE_ENABLED),true) endif STORED_VERSION_FILE := VERSION -HUGO_VERSION ?= 0.111.3 GITHUB_REF_TYPE ?= branch GITHUB_REF_NAME ?= $(shell git rev-parse --abbrev-ref HEAD)