From 518bee8c5df9e7e1db5bf31e62f1f04db85ecedc Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Tue, 13 Aug 2024 16:49:18 +0000 Subject: [PATCH] Site: Update hugo from v0.132.0 to v0.132.1 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 7bfb435552..7ccc353417 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.16.0" -HUGO_VERSION = "v0.132.0" +HUGO_VERSION = "v0.132.1" [context.production.environment] HUGO_ENV = "production"