From 7eb59d7a27502ffdcc17f96427af26c696c758a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 30 Oct 2023 18:00:25 +0100 Subject: [PATCH] netlify: Hugo 0.120.1 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 93666775a..ee4f2abce 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "hugo --gc --minify" [build.environment] - HUGO_VERSION = "0.120.0" + HUGO_VERSION = "0.120.1" [context.production.environment] HUGO_ENV = "production"