From 7b4fdab7b7336168e41782b9d50176049ad0856b Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Mon, 25 Nov 2024 10:04:09 +0000 Subject: [PATCH] Site: Update hugo from v0.138.0 to v0.139.2 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 55268f1e9535..25d0bb4e20ad 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.0" -HUGO_VERSION = "v0.138.0" +HUGO_VERSION = "v0.139.2" [context.production.environment] HUGO_ENV = "production"