diff options
author | Félix Sipma <felix.sipma@no-log.org> | 2021-11-01 20:03:55 +0100 |
---|---|---|
committer | Félix Sipma <felix.sipma@no-log.org> | 2021-11-01 20:04:09 +0100 |
commit | 509ef4ed7b19f4d55a5a8d9689873e04dacd9c9c (patch) | |
tree | 72ea25f9b42ccb387f4c6c5a17c7d63776db1e5f | |
parent | d744e194253521f48f511b517e028a2dc0c3f054 (diff) |
update hugo to 0.88.0
-rw-r--r-- | netlify.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml index 52543ca..f1e866f 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,4 +4,4 @@ publish = "dist/public" command = "make" [build.environment] -HUGO_VERSION = "0.80.0" +HUGO_VERSION = "0.88.0" |