From 0781b00b4e6401bd29de44a1e88173275c3e8540 Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Mon, 22 Apr 2024 10:03:45 +0000 Subject: [PATCH] Site: Update hugo from v0.124.1 to v0.125.2 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 9a8fe4fb4427..2859f79e461e 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 = "20.12.2" -HUGO_VERSION = "v0.124.1" +HUGO_VERSION = "v0.125.2" [context.production.environment] HUGO_ENV = "production"