From ffaedff7dcc339de88dad00f0f7bffbc7436e0d5 Mon Sep 17 00:00:00 2001 From: Arhell Date: Thu, 3 Aug 2023 00:01:05 +0300 Subject: [PATCH] update hugo to v0.116.1 Signed-off-by: Arhell (cherry picked from commit b34cef4cab96104a04f4827cb117d0990780eb07) --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 8999e63ab..56a1c4ac9 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "make production-build" [build.environment] - HUGO_VERSION = "0.115.4" + HUGO_VERSION = "0.116.1" NODE_VERSION = "16" GO_VERSION = "1.18"