From 97e5c2236e54766cdfd187bd20d7be9f91efba87 Mon Sep 17 00:00:00 2001 From: Updater-bot Date: Mon, 6 Nov 2023 14:02:28 +0000 Subject: [PATCH] fix(deps): Update Hugo to version 0.120.3 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 3b016b1..c52f602 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,7 +2,7 @@ command = "hugo --gc --minify -b $URL" [build.environment] - HUGO_VERSION = "0.119.0" + HUGO_VERSION = "0.120.3" HUGO_ENABLEGITINFO = "true" [context.production.environment]