From 40ac545c7f874e5fe84e64c454622755cdeeffc3 Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Mon, 26 Jun 2023 10:03:41 +0000 Subject: [PATCH] Site: Update hugo from v0.113.0 to v0.114.1 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index b21eee7cc246..3ef9c5043ce9 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,7 +5,7 @@ command = "pwd && cd themes/docsy && npm install && git submodule update -f --in [build.environment] NODE_VERSION = "14.21.1" -HUGO_VERSION = "v0.113.0" +HUGO_VERSION = "v0.114.1" [context.production.environment] HUGO_ENV = "production"