From a9b2ef5c2b622b7cab3b53d2c3ebe8b9328cc765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 31 Aug 2023 10:16:14 +0200 Subject: [PATCH] netlify: Hugo 0.118.0 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 11a307b52..d8e6417a4 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "public" command = "hugo --gc --minify" [build.environment] - HUGO_VERSION = "0.117.0" + HUGO_VERSION = "0.118.0" [context.production.environment] HUGO_ENV = "production"