From 536366f75c8022eb6fe3fe45bf05869df17441bf Mon Sep 17 00:00:00 2001 From: Arhell Date: Fri, 20 Jan 2023 01:24:39 +0200 Subject: [PATCH] update hugo to 0.110.0 --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 3de750ba1..742d1ec60 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,8 +1,8 @@ [context.production.environment] - HUGO_VERSION = "0.109.0" + HUGO_VERSION = "0.110.0" [context.deploy-preview.environment] - HUGO_VERSION = "0.109.0" + HUGO_VERSION = "0.110.0" [[redirects]] from = "/docs"