From 254b3c4f232edf7ddb763b8fd186b56ce56d390e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 23 Nov 2024 15:35:01 +0100 Subject: [PATCH] netlify: Hugo 0.139.1 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 29a56da26..4790cab85 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "hugo --gc --minify" [build.environment] - HUGO_VERSION = "0.139.0" + HUGO_VERSION = "0.139.1" [context.production.environment] HUGO_ENV = "production"