From 65da88ae962e3a86f4abeecd2b0056e29dec7129 Mon Sep 17 00:00:00 2001 From: Arhell Date: Sat, 12 Aug 2023 11:34:26 +0300 Subject: [PATCH] update hugo to v0.117.0 Signed-off-by: Arhell (cherry picked from commit 9ee4a12ae8fd15e7ae5fda01911039d23785a497) --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 56a1c4ac9..cadc4ddcf 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "make production-build" [build.environment] - HUGO_VERSION = "0.116.1" + HUGO_VERSION = "0.117.0" NODE_VERSION = "16" GO_VERSION = "1.18"