From b9ee790d5dea27ef6cb10f4a0e9e757a74e3c296 Mon Sep 17 00:00:00 2001 From: Eric Gusmao Date: Fri, 3 Apr 2026 14:20:06 -0300 Subject: [PATCH] Bump Netlify Hugo version to 0.159.1 --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index bab4f4e5..7a5d56be 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,6 +3,6 @@ publish = "exampleSite/public" [build.environment] -HUGO_VERSION = "0.155.3" +HUGO_VERSION = "0.159.1" HUGO_THEMESDIR = "../.." -HUGO_THEME = "repo" \ No newline at end of file +HUGO_THEME = "repo"