From c69ce1592414be393303ac49d3dc058d74f154a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Tue, 12 Sep 2023 11:12:08 +0100 Subject: [PATCH] fixed support for latest version of Hugo --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 9a2632ec..dffca122 100644 --- a/config.toml +++ b/config.toml @@ -2,4 +2,4 @@ [module.hugoVersion] extended = true min = "0.87.0" - max = "0.117.0" \ No newline at end of file + max = "0.118.2" \ No newline at end of file