Merge pull request #756 from nunocoracao/755-increase-max-supported-version-of-hugo

⬆️ increase max supported version of Hugo
This commit is contained in:
Nuno Coração 2023-06-05 21:37:56 +01:00 committed by GitHub
commit 3b2bf23b00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,4 +2,4 @@
[module.hugoVersion] [module.hugoVersion]
extended = true extended = true
min = "0.87.0" min = "0.87.0"
max = "0.112.7" max = "0.113.0"