From 1e158e723f63c0bcafb7e8c8db9fd081994e953b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 17 Oct 2024 16:51:45 +0200 Subject: [PATCH] netlify: Hugo 0.136.2 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 905903bf0..b466d488a 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "hugo --gc --minify" [build.environment] - HUGO_VERSION = "0.136.1" + HUGO_VERSION = "0.136.2" [context.production.environment] HUGO_ENV = "production"