From b8b54355388c545f25cbedb31a29228f9c80f53b Mon Sep 17 00:00:00 2001 From: somrat sorkar <themefisher.dev@gmail.com> Date: Wed, 5 Jul 2023 15:22:46 +0600 Subject: [PATCH] update minimum hugo version --- exampleSite/config/_default/module.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config/_default/module.toml b/exampleSite/config/_default/module.toml index e147378..9a561ed 100644 --- a/exampleSite/config/_default/module.toml +++ b/exampleSite/config/_default/module.toml @@ -1,6 +1,6 @@ [hugoVersion] extended = true -min = "0.112.4" +min = "0.115.1" [[imports]] path = "github.com/gethugothemes/hugo-modules/search"