From aea9e4c29d5a6d4c3ee3f00e726b39411b753641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 8 Jul 2025 16:35:48 +0200 Subject: [PATCH] netlify: Update Hugo version --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index ad4dd525e..5995a2903 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "hugo --gc --minify" [build.environment] - HUGO_VERSION = "0.147.9" + HUGO_VERSION = "0.148.0" [context.production.environment] HUGO_ENV = "production"