From 0dae1a185515ec51331ebcf21f8016fc35e0765e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 25 Apr 2025 19:37:25 +0200 Subject: [PATCH] netlify: Hugo 0.147.0 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index c24a32a60..6f46e9da4 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "hugo --gc --minify" [build.environment] - HUGO_VERSION = "0.146.7" + HUGO_VERSION = "0.147.0" [context.production.environment] HUGO_ENV = "production"