From c3ca8eb4c140db24e65f1d7fed31bf3dbadfab15 Mon Sep 17 00:00:00 2001 From: Updater-bot Date: Mon, 13 May 2024 14:02:29 +0000 Subject: [PATCH] fix(deps): Update Hugo to version 0.125.7 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 1e1f387..2180429 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,7 +2,7 @@ command = "hugo --gc --minify -b $URL" [build.environment] - HUGO_VERSION = "0.122.0" + HUGO_VERSION = "0.125.7" HUGO_ENABLEGITINFO = "true" [context.production.environment]