From 7179daef2612d035cbfdaa86ccf28d3ebf8b4912 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Sun, 10 Sep 2023 10:56:36 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Bump=20Hugo=20version=20in=20Net?= =?UTF-8?q?lify=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 9e340e9..881b6c9 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "exampleSite/public" [build.environment] -HUGO_VERSION = "0.112.7" +HUGO_VERSION = "0.118.2" HUGO_THEMESDIR = "../.." HUGO_THEME = "repo" TZ = "Australia/Melbourne"