From 38d6731e29b7e3261e63ad538632a5be6d9faf4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 16 Apr 2024 17:40:54 +0200 Subject: [PATCH] netlify: Hugo 0.125.0 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 7c63924ea..592e5eb7e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "hugo --gc --minify" [build.environment] - HUGO_VERSION = "0.124.1" + HUGO_VERSION = "0.125.0" [context.production.environment] HUGO_ENV = "production"