From 98e8162ff663cce04c7f5e991bd18fe2f7f239b6 Mon Sep 17 00:00:00 2001 From: Arhell Date: Sat, 15 Jul 2023 04:06:35 +0300 Subject: [PATCH] update hugo to v0.115.3 Signed-off-by: Arhell --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 2ec13876a..f519152d1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "make production-build" [build.environment] - HUGO_VERSION = "0.115.2" + HUGO_VERSION = "0.115.3" NODE_VERSION = "16" GO_VERSION = "1.18"