From 0253a3c11de5a87a83d71f97302be0e7f064a7a7 Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Mon, 20 Jan 2025 10:04:11 +0000 Subject: [PATCH] Site: Update hugo from v0.140.2 to v0.141.0 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 6b6b15b878d1..3415fcb98759 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,7 +5,7 @@ command = "pwd && cd themes/docsy && npm install && git submodule update -f --in [build.environment] NODE_VERSION = "20.18.1" -HUGO_VERSION = "v0.140.2" +HUGO_VERSION = "v0.141.0" [context.production.environment] HUGO_ENV = "production"