From 0623acc98f66b422a4e87aed4998ce84744c1cdc Mon Sep 17 00:00:00 2001 From: Arhell Date: Mon, 10 Jul 2023 00:15:19 +0300 Subject: [PATCH] update hugo to v0.115.2 Signed-off-by: Arhell --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index c490a7b91..2ec13876a 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "make production-build" [build.environment] - HUGO_VERSION = "0.115.1" + HUGO_VERSION = "0.115.2" NODE_VERSION = "16" GO_VERSION = "1.18"