diff --git a/README.md b/README.md index a0ba854e..91afa6c5 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ place after an MSC has been accepted, not as part of a proposal itself. 1. Install the extended version (often the OS default) of Hugo: . Note that at least Hugo - v0.117.0 is required. + v0.123.1 is required. Alternatively, use the Docker image at https://hub.docker.com/r/klakegg/hugo/. (The "extended edition" is required diff --git a/config.toml b/config.toml index 5315829c..d57b6a5b 100644 --- a/config.toml +++ b/config.toml @@ -133,7 +133,7 @@ sidebar_menu_compact = true [module] [module.hugoVersion] extended = true - min = "0.117.0" + min = "0.123.1" [[module.imports]] path = "github.com/matrix-org/docsy" disable = false