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