From 45abd9c4b9d7e4249bd562fd02d2852cc2f740c7 Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 3 Mar 2023 03:00:13 -0500 Subject: [PATCH] Hugo v0.110.1 Signed-off-by: Tommy --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index cff04e8..01baaf8 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build.environment] - HUGO_VERSION = "0.110.0" + HUGO_VERSION = "0.110.1" [context.deploy-preview] command = "hugo -b $DEPLOY_PRIME_URL"