From 08a8e4ac271178490b538c7072f0b158b235ebaa Mon Sep 17 00:00:00 2001 From: Updater-bot Date: Mon, 25 Sep 2023 14:02:26 +0000 Subject: [PATCH] fix(deps): Update Hugo to version 0.119.0 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 001b5f8..2b1f083 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,7 +2,7 @@ command = "hugo --gc --minify -b $URL" [build.environment] - HUGO_VERSION = "0.118.2" + HUGO_VERSION = "0.119.0" HUGO_ENABLEGITINFO = "true" [context.deploy-preview]