Update min hugo version to 0.82.0

- for Google Analytics v4 support template
This commit is contained in:
Aditya Telange 2021-03-31 09:45:33 +05:30
parent 55fe10e9d3
commit 23610de4a0
2 changed files with 6 additions and 6 deletions

View File

@ -26,7 +26,7 @@ Please fill the template below
- Device/Os: [e.g. Android 10]
- Type: [e.g. Desktop/Mobile]
- Browser and version [e.g. Chrome 86.0]:
- Hugo Version [ >=0.74 expected]:
- Hugo Version [ >=0.82.0 expected]:
- Theme Version [e.g. v4.0, master, or commit-id ]:
**Steps to reproduce the behavior:**

View File

@ -37,7 +37,7 @@ features = [
"scroll-to-top",
"search"
]
min_version = "0.74.0"
min_version = "0.82.0"
[author]
name = "Aditya Telange"