From 5386c95f0559cc0ce4f78e7835385e6e7d321c6c Mon Sep 17 00:00:00 2001 From: Arhell Date: Thu, 28 Sep 2023 03:10:06 +0300 Subject: [PATCH] update hugo to 0.119.0 --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index e7e9c4b41..5647ead32 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,8 +1,8 @@ [context.production.environment] - HUGO_VERSION = "0.118.2" + HUGO_VERSION = "0.119.0" [context.deploy-preview.environment] - HUGO_VERSION = "0.118.2" + HUGO_VERSION = "0.119.0" [[redirects]] from = "/log/*"