From 59521e6f47c61aa89ee5a0831b6c69a44c24be91 Mon Sep 17 00:00:00 2001 From: Updater-bot Date: Mon, 2 Dec 2024 14:03:03 +0000 Subject: [PATCH] fix(deps): Update Hugo to version 0.139.3 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 96dc0ef..b516b0a 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,7 +2,7 @@ command = "hugo --gc --minify -b $URL" [build.environment] - HUGO_VERSION = "0.128.2" + HUGO_VERSION = "0.139.3" HUGO_ENABLEGITINFO = "true" [context.production.environment]