From 1ad4911a423215696c0a29ffba00f920c7fec0f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Wed, 3 Apr 2024 11:33:46 +0200 Subject: [PATCH] Update minimum Hugo version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There were new deprecations in Hugo 0.112. Bumping the minimum version allows to remove them without worrying about older version. It is set to the version used in CI. Signed-off-by: Kévin Commaille --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 7197c693..6e2fb4cc 100644 --- a/config.toml +++ b/config.toml @@ -129,7 +129,7 @@ sidebar_menu_compact = true [module] [module.hugoVersion] extended = true - min = "0.110.0" + min = "0.113.0" [[module.imports]] path = "github.com/matrix-org/docsy" disable = false