Add required version to config

This should generate a warning from hugo if using the standard build, or
an old one.
This commit is contained in:
Elliott Sales de Andrade 2023-01-03 20:41:08 -05:00
parent 20fc1079fa
commit 893ded398f

View File

@ -0,0 +1,4 @@
[module]
[module.hugoVersion]
extended = true
min = '0.90.0'