From b25f946412dd6b351afcadff901953747271c53b Mon Sep 17 00:00:00 2001 From: Arhell Date: Mon, 8 Jan 2024 00:38:26 +0200 Subject: [PATCH] update hugo to v0.121.2 Signed-off-by: Arhell --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index cbe96c1d3..085f57512 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "make production-build" [build.environment] - HUGO_VERSION = "0.121.1" + HUGO_VERSION = "0.121.2" NODE_VERSION = "16" GO_VERSION = "1.18"