diff options
author | Félix Sipma <felix.sipma@no-log.org> | 2022-01-20 11:09:20 +0100 |
---|---|---|
committer | Félix Sipma <felix.sipma@no-log.org> | 2022-01-20 11:09:35 +0100 |
commit | 35c7c8cb52685e95e9617fd7295410f2d0b28a2f (patch) | |
tree | 06230a65fc058f816b0bb606fc39fe4648a4e90c | |
parent | 2758a5b08b160135531a4129199e9c6707a08af1 (diff) |
update to hugo 0.92.0
-rw-r--r-- | netlify.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml index f1e866f..fb3cfbc 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,4 +4,4 @@ publish = "dist/public" command = "make" [build.environment] -HUGO_VERSION = "0.88.0" +HUGO_VERSION = "0.92.0" |